#33574F

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

Shades of Blue Dianne #33574F

Tints of Blue Dianne #33574F

Color information

#33574F (or 0x33574F) is unknown color: approx Blue Dianne. HEX triplet: 33, 57 and 4F. RGB value is (51,87,79). Sum of RGB (Red+Green+Blue) = 51+87+79=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #33574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33574F is #CCA8B0. Grayscale: #4B4B4B. Windows color (decimal): -13412529 or 5199667. OLE color: 5199667.

HSL color Cylindrical-coordinate representation of color #33574F: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33574F is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB518779-
CMYK0.4100.090.66
HSL166.67º26.09%27.06%-
HSV(B)166.67º41.38%34.12%-
XYZ6.188.088.63-
YUV75.32130.07110.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=23.50%
G=40.09%
B=36.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5187790.4100.090.66166.6726.0927.06
Hex33574F290942a71a1b
Octal63127117510111022473233
Binary11001110101111001111101001010011000010101001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,87,79); }

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

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

 a { background-color: rgb(51,87,79); }

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

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

 span { border-color: rgb(51,87,79); }

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