#233E76

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

Shades of Resolution Blue #233E76

Tints of Resolution Blue #233E76

Color information

#233E76 (or 0x233E76) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 76. RGB value is (35,62,118). Sum of RGB (Red+Green+Blue) = 35+62+118=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #233E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E76 is #DCC189. Grayscale: #3C3C3C. Windows color (decimal): -14467466 or 7749155. OLE color: 7749155.

HSL color Cylindrical-coordinate representation of color #233E76: hue angle of 220.48º 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 #233E76 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3562118-
CMYK0.700.4700.54
HSL220.48º54.25%30%-
HSV(B)220.48º70.34%46.27%-
XYZ5.695.1117.83-
YUV60.31160.55109.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=16.28%
G=28.84%
B=54.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35621180.700.4700.54220.4854.2530
Hex233E76462F036dc361e
Octal4376166106570663346636
Binary1000111111101110110100011010111101101101101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,118); }

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

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

 a { background-color: rgb(35,62,118); }

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

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

 span { border-color: rgb(35,62,118); }

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