#33524C

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

Shades of Blue Dianne #33524C

Tints of Blue Dianne #33524C

Color information

#33524C (or 0x33524C) is unknown color: approx Blue Dianne. HEX triplet: 33, 52 and 4C. RGB value is (51,82,76). Sum of RGB (Red+Green+Blue) = 51+82+76=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #33524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33524C is #CCADB3. Grayscale: #484848. Windows color (decimal): -13413812 or 5001779. OLE color: 5001779.

HSL color Cylindrical-coordinate representation of color #33524C: hue angle of 168.39º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33524C is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB518276-
CMYK0.3800.070.68
HSL168.39º23.31%26.08%-
HSV(B)168.39º37.8%32.16%-
XYZ5.697.267.94-
YUV72.05130.23112.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=24.40%
G=39.23%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182760.3800.070.68168.3923.3126.08
Hex33524C260744a8171a
Octal6312211446071042502732
Binary1100111010010100110010011001111000100101010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,82,76); }

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

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

 a { background-color: rgb(51,82,76); }

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

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

 span { border-color: rgb(51,82,76); }

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