#36504C

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

Shades of Blue Dianne #36504C

Tints of Blue Dianne #36504C

Color information

#36504C (or 0x36504C) is unknown color: approx Blue Dianne. HEX triplet: 36, 50 and 4C. RGB value is (54,80,76). Sum of RGB (Red+Green+Blue) = 54+80+76=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #36504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36504C is #C9AFB3. Grayscale: #474747. Windows color (decimal): -13217716 or 5001270. OLE color: 5001270.

HSL color Cylindrical-coordinate representation of color #36504C: hue angle of 170.77º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36504C is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB548076-
CMYK0.3300.050.69
HSL170.77º19.4%26.27%-
HSV(B)170.77º32.5%31.37%-
XYZ5.697.047.9-
YUV71.77130.39115.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=25.71%
G=38.10%
B=36.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480760.3300.050.69170.7719.426.27
Hex36504C210545ab131a
Octal6612011441051052532332
Binary1101101010000100110010000101011000101101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,80,76); }

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

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

 a { background-color: rgb(54,80,76); }

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

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

 span { border-color: rgb(54,80,76); }

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