#333F70

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

Shades of Resolution Blue #333F70

Tints of Resolution Blue #333F70

Color information

#333F70 (or 0x333F70) is unknown color: approx Resolution Blue. HEX triplet: 33, 3F and 70. RGB value is (51,63,112). Sum of RGB (Red+Green+Blue) = 51+63+112=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #333F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F70 is #CCC08F. Grayscale: #404040. Windows color (decimal): -13418640 or 7356211. OLE color: 7356211.

HSL color Cylindrical-coordinate representation of color #333F70: hue angle of 228.2º 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 #333F70 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5163112-
CMYK0.540.4400.56
HSL228.2º37.42%31.96%-
HSV(B)228.2º54.46%43.92%-
XYZ6.075.4316.06-
YUV65154.52118.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=22.57%
G=27.88%
B=49.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51631120.540.4400.56228.237.4231.96
Hex333F70362C038e42520
Octal637716066540703444540
Binary1100111111111110000110110101100011100011100100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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