Html Css Color HEX #36646D Blumine

📋 copy color: '#36646D'

red 54 ◦ green 100 ◦ blue 109

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

Shades of Blumine #36646D

Tints of Blumine #36646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 20.53%
G = 38.02%
B = 41.44%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36646D (or 0x36646D) is known color: Blumine. HEX triplet: 36, 64 and 6D. RGB value is (54,100,109). Sum of RGB (Red+Green+Blue) = 54+100+109=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #36646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36646D is #C99B92. Grayscale: #575757. Windows color (decimal): -13212563 or 7169078. OLE color: 7169078.

HSL color Cylindrical-coordinate representation of color #36646D: hue angle of 189.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36646D is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 100 109 -
CMYK 0.50 0.08 0 0.57
HSL 189.82º 0.34% 0.32% -
HSV(B) 189.82º 0.5% 0.43% -
XYZ 8.84 11 16.13 -
YUV 87.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 54 100 109 0.50 0.08 0 0.57 189.82 0.34 0.32
Hex 36 64 6D 32 8 0 39 BE 22 20
Octal 66 144 155 62 10 0 71 276 42 40
Binary 110110 1100100 1101101 110010 1000 0 111001 10111110 100010 100000

Color Harmonies of #36646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36646D

Black with #36646D

Text Example


Text Example

White with #36646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,100,109); }

 H1.HeaderClassName
 {
   color: #36646D;
 }
 .AnyTagClassName
 {
   color: #36646D;
 }
</style>

background-color css

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

 a { background-color: rgb(54,100,109); }

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

border-color css

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

 span { border-color: rgb(54,100,109); }

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