#36534E

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

Shades of Blue Dianne #36534E

Tints of Blue Dianne #36534E

Color information

#36534E (or 0x36534E) is unknown color: approx Blue Dianne. HEX triplet: 36, 53 and 4E. RGB value is (54,83,78). Sum of RGB (Red+Green+Blue) = 54+83+78=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #36534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36534E is #C9ACB1. Grayscale: #494949. Windows color (decimal): -13216946 or 5133110. OLE color: 5133110.

HSL color Cylindrical-coordinate representation of color #36534E: hue angle of 169.66º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36534E is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB548378-
CMYK0.3500.060.67
HSL169.66º21.17%26.86%-
HSV(B)169.66º34.94%32.55%-
XYZ5.997.528.34-
YUV73.76130.39113.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=25.12%
G=38.60%
B=36.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483780.3500.060.67169.6621.1726.86
Hex36534E230643aa151b
Octal6612311643061032522533
Binary1101101010011100111010001101101000011101010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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