#33467C

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

Shades of Resolution Blue #33467C

Tints of Resolution Blue #33467C

Color information

#33467C (or 0x33467C) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 7C. RGB value is (51,70,124). Sum of RGB (Red+Green+Blue) = 51+70+124=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #33467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33467C is #CCB983. Grayscale: #464646. Windows color (decimal): -13416836 or 8144435. OLE color: 8144435.

HSL color Cylindrical-coordinate representation of color #33467C: hue angle of 224.38º 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 #33467C is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5170124-
CMYK0.590.4400.51
HSL224.38º41.71%34.31%-
HSV(B)224.38º58.87%48.63%-
XYZ7.196.5419.95-
YUV70.47158.21114.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=20.82%
G=28.57%
B=50.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51701240.590.4400.51224.3841.7134.31
Hex33467C3B2C033e02a22
Octal6310617473540633405242
Binary11001110001101111100111011101100011001111100000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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