#333E70

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

Shades of Resolution Blue #333E70

Tints of Resolution Blue #333E70

Color information

#333E70 (or 0x333E70) is unknown color: approx Resolution Blue. HEX triplet: 33, 3E and 70. RGB value is (51,62,112). Sum of RGB (Red+Green+Blue) = 51+62+112=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #333E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E70 is #CCC18F. Grayscale: #404040. Windows color (decimal): -13418896 or 7355955. OLE color: 7355955.

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

Color convert

RGB5162112-
CMYK0.540.4500.56
HSL229.18º37.42%31.96%-
HSV(B)229.18º54.46%43.92%-
XYZ6.015.3216.04-
YUV64.41154.86118.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=22.67%
G=27.56%
B=49.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51621120.540.4500.56229.1837.4231.96
Hex333E70362D038e52520
Octal637616066550703454540
Binary1100111111101110000110110101101011100011100101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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