#233E72

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

Shades of Resolution Blue #233E72

Tints of Resolution Blue #233E72

Color information

#233E72 (or 0x233E72) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 72. RGB value is (35,62,114). Sum of RGB (Red+Green+Blue) = 35+62+114=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #233E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E72 is #DCC18D. Grayscale: #3B3B3B. Windows color (decimal): -14467470 or 7487011. OLE color: 7487011.

HSL color Cylindrical-coordinate representation of color #233E72: hue angle of 219.49º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233E72 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3562114-
CMYK0.690.4600.55
HSL219.49º53.02%29.22%-
HSV(B)219.49º69.3%44.71%-
XYZ5.455.0216.6-
YUV59.86158.55110.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=16.59%
G=29.38%
B=54.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35621140.690.4600.55219.4953.0229.22
Hex233E72452E037db351d
Octal4376162105560673336535
Binary1000111111101110010100010110111001101111101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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