#233E77

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

Shades of Resolution Blue #233E77

Tints of Resolution Blue #233E77

Color information

#233E77 (or 0x233E77) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 77. RGB value is (35,62,119). Sum of RGB (Red+Green+Blue) = 35+62+119=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #233E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E77 is #DCC188. Grayscale: #3C3C3C. Windows color (decimal): -14467465 or 7814691. OLE color: 7814691.

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

Color convert

RGB3562119-
CMYK0.710.4800.53
HSL220.71º54.55%30.2%-
HSV(B)220.71º70.59%46.67%-
XYZ5.755.1318.14-
YUV60.42161.05109.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 62 (24.61% from 255) = 28.70%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=16.20%
G=28.70%
B=55.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35621190.710.4800.53220.7154.5530.2
Hex233E774730035dd371e
Octal4376167107600653356736
Binary1000111111101110111100011111000001101011101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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