Html Css Color HEX #36596C Blumine

📋 copy color: '#36596C'

red 54 ◦ green 89 ◦ blue 108

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

Shades of Blumine #36596C

Tints of Blumine #36596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 21.51%
G = 35.46%
B = 43.03%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36596C (or 0x36596C) is known color: Blumine. HEX triplet: 36, 59 and 6C. RGB value is (54,89,108). Sum of RGB (Red+Green+Blue) = 54+89+108=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #36596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36596C is #C9A693. Grayscale: #505050. Windows color (decimal): -13215380 or 7100726. OLE color: 7100726.

HSL color Cylindrical-coordinate representation of color #36596C: hue angle of 201.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36596C is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 89 108 -
CMYK 0.50 0.18 0 0.58
HSL 201.11º 0.33% 0.32% -
HSV(B) 201.11º 0.5% 0.42% -
XYZ 7.8 9.01 15.52 -
YUV 80.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 54 89 108 0.50 0.18 0 0.58 201.11 0.33 0.32
Hex 36 59 6C 32 12 0 3A C9 21 20
Octal 66 131 154 62 22 0 72 311 41 40
Binary 110110 1011001 1101100 110010 10010 0 111010 11001001 100001 100000

Color Harmonies of #36596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36596C

Black with #36596C

Text Example


Text Example

White with #36596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,89,108); }

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

background-color css

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

 a { background-color: rgb(54,89,108); }

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

border-color css

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

 span { border-color: rgb(54,89,108); }

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