#36524D

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

Shades of Blue Dianne #36524D

Tints of Blue Dianne #36524D

Color information

#36524D (or 0x36524D) is unknown color: approx Blue Dianne. HEX triplet: 36, 52 and 4D. RGB value is (54,82,77). Sum of RGB (Red+Green+Blue) = 54+82+77=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #36524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36524D is #C9ADB2. Grayscale: #494949. Windows color (decimal): -13217203 or 5067318. OLE color: 5067318.

HSL color Cylindrical-coordinate representation of color #36524D: hue angle of 169.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36524D is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB548277-
CMYK0.3400.060.68
HSL169.29º20.59%26.67%-
HSV(B)169.29º34.15%32.16%-
XYZ5.887.358.13-
YUV73.06130.22114.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=25.35%
G=38.50%
B=36.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482770.3400.060.68169.2920.5926.67
Hex36524D220644a9151b
Octal6612211542061042512533
Binary1101101010010100110110001001101000100101010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36524D; }

 p { color: rgb(54,82,77); }

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

<style>
 a { background-color: #36524D; }

 a { background-color: rgb(54,82,77); }

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

<style>
 span { border-color: #36524D; }

 span { border-color: rgb(54,82,77); }

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