#36504F

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

Shades of Blue Dianne #36504F

Tints of Blue Dianne #36504F

Color information

#36504F (or 0x36504F) is unknown color: approx Blue Dianne. HEX triplet: 36, 50 and 4F. RGB value is (54,80,79). Sum of RGB (Red+Green+Blue) = 54+80+79=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #36504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36504F is #C9AFB0. Grayscale: #484848. Windows color (decimal): -13217713 or 5197878. OLE color: 5197878.

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

Color convert

RGB548079-
CMYK0.3300.010.69
HSL177.69º19.4%26.27%-
HSV(B)177.69º32.5%31.37%-
XYZ5.87.098.46-
YUV72.11131.89115.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=25.35%
G=37.56%
B=37.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480790.3300.010.69177.6919.426.27
Hex36504F210145b2131a
Octal6612011741011052622332
Binary11011010100001001111100001011000101101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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