#233D75

Color #233D75 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #233D75

Tints of Resolution Blue #233D75

Color information

#233D75 (or 0x233D75) is unknown color: approx Resolution Blue. HEX triplet: 23, 3D and 75. RGB value is (35,61,117). Sum of RGB (Red+Green+Blue) = 35+61+117=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #233D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D75 is #DCC28A. Grayscale: #3B3B3B. Windows color (decimal): -14467723 or 7683363. OLE color: 7683363.

HSL color Cylindrical-coordinate representation of color #233D75: hue angle of 220.98º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233D75 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3561117-
CMYK0.700.4800.54
HSL220.98º53.95%29.8%-
HSV(B)220.98º70.09%45.88%-
XYZ5.574.9817.5-
YUV59.61160.39110.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=16.43%
G=28.64%
B=54.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35611170.700.4800.54220.9853.9529.8
Hex233D754630036dd361e
Octal4375165106600663356636
Binary1000111111011110101100011011000001101101101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233D75; }

 p { color: rgb(35,61,117); }

 H1.HeaderClassName
 {
   color: #233D75;
 }
 .AnyTagClassName
 {
   color: #233D75;
 }
</style>
background-color css

<style>
 a { background-color: #233D75; }

 a { background-color: rgb(35,61,117); }

 div.DivClassName
 {
   background-color: #233D75;
 }
 .BgClassName
 {
   background-color: #233D75;
 }
</style>
border-color css

<style>
 span { border-color: #233D75; }

 span { border-color: rgb(35,61,117); }

 td.TdClassName
 {
   border-color: #233D75;
 }
 .TagClassName
 {
   border-color: #233D75;
 }
</style>