#36504E

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

Shades of Blue Dianne #36504E

Tints of Blue Dianne #36504E

Color information

#36504E (or 0x36504E) is unknown color: approx Blue Dianne. HEX triplet: 36, 50 and 4E. RGB value is (54,80,78). Sum of RGB (Red+Green+Blue) = 54+80+78=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #36504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36504E is #C9AFB1. Grayscale: #474747. Windows color (decimal): -13217714 or 5132342. OLE color: 5132342.

HSL color Cylindrical-coordinate representation of color #36504E: hue angle of 175.38º 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 #36504E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB548078-
CMYK0.3300.020.69
HSL175.38º19.4%26.27%-
HSV(B)175.38º32.5%31.37%-
XYZ5.777.078.27-
YUV72131.39115.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=25.47%
G=37.74%
B=36.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480780.3300.020.69175.3819.426.27
Hex36504E210245af131a
Octal6612011641021052572332
Binary110110101000010011101000010101000101101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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