#233E70

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

Shades of Resolution Blue #233E70

Tints of Resolution Blue #233E70

Color information

#233E70 (or 0x233E70) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 70. RGB value is (35,62,112). Sum of RGB (Red+Green+Blue) = 35+62+112=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #233E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E70 is #DCC18F. Grayscale: #3B3B3B. Windows color (decimal): -14467472 or 7355939. OLE color: 7355939.

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

Color convert

RGB3562112-
CMYK0.690.4500.56
HSL218.96º52.38%28.82%-
HSV(B)218.96º68.75%43.92%-
XYZ5.344.9716.01-
YUV59.63157.55110.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=16.75%
G=29.67%
B=53.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35621120.690.4500.56218.9652.3828.82
Hex233E70452D038db341d
Octal4376160105550703336435
Binary1000111111101110000100010110110101110001101101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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