#333F76

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

Shades of Resolution Blue #333F76

Tints of Resolution Blue #333F76

Color information

#333F76 (or 0x333F76) is unknown color: approx Resolution Blue. HEX triplet: 33, 3F and 76. RGB value is (51,63,118). Sum of RGB (Red+Green+Blue) = 51+63+118=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #333F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F76 is #CCC089. Grayscale: #414141. Windows color (decimal): -13418634 or 7749427. OLE color: 7749427.

HSL color Cylindrical-coordinate representation of color #333F76: hue angle of 229.25º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333F76 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5163118-
CMYK0.570.4700.54
HSL229.25º39.64%33.14%-
HSV(B)229.25º56.78%46.27%-
XYZ6.415.5717.88-
YUV65.68157.52117.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=21.98%
G=27.16%
B=50.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51631180.570.4700.54229.2539.6433.14
Hex333F76392F036e52821
Octal637716671570663455041
Binary1100111111111110110111001101111011011011100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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