#33407C

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

Shades of Resolution Blue #33407C

Tints of Resolution Blue #33407C

Color information

#33407C (or 0x33407C) is unknown color: approx Resolution Blue. HEX triplet: 33, 40 and 7C. RGB value is (51,64,124). Sum of RGB (Red+Green+Blue) = 51+64+124=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #33407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33407C is #CCBF83. Grayscale: #424242. Windows color (decimal): -13418372 or 8142899. OLE color: 8142899.

HSL color Cylindrical-coordinate representation of color #33407C: hue angle of 229.32º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33407C is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5164124-
CMYK0.590.4800.51
HSL229.32º41.71%34.31%-
HSV(B)229.32º58.87%48.63%-
XYZ6.845.8319.83-
YUV66.95160.19116.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=21.34%
G=26.78%
B=51.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51641240.590.4800.51229.3241.7134.31
Hex33407C3B30033e52a22
Octal6310017473600633455242
Binary11001110000001111100111011110000011001111100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33407C; }

 p { color: rgb(51,64,124); }

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

<style>
 a { background-color: #33407C; }

 a { background-color: rgb(51,64,124); }

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

<style>
 span { border-color: #33407C; }

 span { border-color: rgb(51,64,124); }

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