Html Css Color HEX #36524C Blue Dianne

📋 copy color: '#36524C'

red 54 ◦ green 82 ◦ blue 76

#36524C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #36524C

Tints of Blue Dianne #36524C

RGB

 RED value IS 54 (21.48% from 255) = 25.47%

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 25.47%
G = 38.68%
B = 35.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#36524C (or 0x36524C) is known color: Blue Dianne. HEX triplet: 36, 52 and 4C. RGB value is (54,82,76). Sum of RGB (Red+Green+Blue) = 54+82+76=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #36524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36524C is #C9ADB3. Grayscale: #484848. Windows color (decimal): -13217204 or 5001782. OLE color: 5001782.

HSL color Cylindrical-coordinate representation of color #36524C: hue angle of 167.14º 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 #36524C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 76 -
CMYK 0.34 0 0.07 0.68
HSL 167.14º 0.21% 0.27% -
HSV(B) 167.14º 0.34% 0.32% -
XYZ 5.84 7.34 7.95 -
YUV 72.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 54 82 76 0.34 0 0.07 0.68 167.14 0.21 0.27
Hex 36 52 4C 22 0 7 44 A7 15 1B
Octal 66 122 114 42 0 7 104 247 25 33
Binary 110110 1010010 1001100 100010 0 111 1000100 10100111 10101 11011

Color Harmonies of #36524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36524C

Black with #36524C

Text Example


Text Example

White with #36524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36524C;
 }
 .AnyTagClassName
 {
   color: #36524C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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