#33466F

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

Shades of Resolution Blue #33466F

Tints of Resolution Blue #33466F

Color information

#33466F (or 0x33466F) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 6F. RGB value is (51,70,111). Sum of RGB (Red+Green+Blue) = 51+70+111=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #33466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33466F is #CCB990. Grayscale: #444444. Windows color (decimal): -13416849 or 7292467. OLE color: 7292467.

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

Color convert

RGB5170111-
CMYK0.540.3700.56
HSL221º37.04%31.76%-
HSV(B)221º54.05%43.53%-
XYZ6.426.2315.9-
YUV68.99151.71115.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=21.98%
G=30.17%
B=47.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51701110.540.3700.5622137.0431.76
Hex33466F3625038dd2520
Octal6310615766450703354540
Binary11001110001101101111110110100101011100011011101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33466F; }

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

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

<style>
 a { background-color: #33466F; }

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

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

<style>
 span { border-color: #33466F; }

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

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