#233C79

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

Shades of Resolution Blue #233C79

Tints of Resolution Blue #233C79

Color information

#233C79 (or 0x233C79) is unknown color: approx Resolution Blue. HEX triplet: 23, 3C and 79. RGB value is (35,60,121). Sum of RGB (Red+Green+Blue) = 35+60+121=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #233C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C79 is #DCC386. Grayscale: #3B3B3B. Windows color (decimal): -14467975 or 7945251. OLE color: 7945251.

HSL color Cylindrical-coordinate representation of color #233C79: hue angle of 222.56º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #233C79 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3560121-
CMYK0.710.5000.53
HSL222.56º55.13%30.59%-
HSV(B)222.56º71.07%47.45%-
XYZ5.764.9718.74-
YUV59.48162.72110.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=16.20%
G=27.78%
B=56.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35601210.710.5000.53222.5655.1330.59
Hex233C794732035df371f
Octal4374171107620653376737
Binary1000111111001111001100011111001001101011101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,60,121); }

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

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

 a { background-color: rgb(35,60,121); }

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

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

 span { border-color: rgb(35,60,121); }

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