#36504B

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

Shades of Blue Dianne #36504B

Tints of Blue Dianne #36504B

Color information

#36504B (or 0x36504B) is unknown color: approx Blue Dianne. HEX triplet: 36, 50 and 4B. RGB value is (54,80,75). Sum of RGB (Red+Green+Blue) = 54+80+75=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #36504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36504B is #C9AFB4. Grayscale: #474747. Windows color (decimal): -13217717 or 4935734. OLE color: 4935734.

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

Color convert

RGB548075-
CMYK0.3300.060.69
HSL168.46º19.4%26.27%-
HSV(B)168.46º32.5%31.37%-
XYZ5.667.037.72-
YUV71.66129.89115.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=25.84%
G=38.28%
B=35.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480750.3300.060.69168.4619.426.27
Hex36504B210645a8131a
Octal6612011341061052502332
Binary1101101010000100101110000101101000101101010001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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