Html Css Color HEX #36646C Blumine

📋 copy color: '#36646C'

red 54 ◦ green 100 ◦ blue 108

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

Shades of Blumine #36646C

Tints of Blumine #36646C

RGB

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

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

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

R = 20.61%
G = 38.17%
B = 41.22%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36646C (or 0x36646C) is known color: Blumine. HEX triplet: 36, 64 and 6C. RGB value is (54,100,108). Sum of RGB (Red+Green+Blue) = 54+100+108=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #36646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36646C is #C99B93. Grayscale: #575757. Windows color (decimal): -13212564 or 7103542. OLE color: 7103542.

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

Color convert

RGB 54 100 108 -
CMYK 0.50 0.07 0 0.58
HSL 188.89º 0.33% 0.32% -
HSV(B) 188.89º 0.5% 0.42% -
XYZ 8.79 10.98 15.84 -
YUV 87.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 54 100 108 0.50 0.07 0 0.58 188.89 0.33 0.32
Hex 36 64 6C 32 7 0 3A BD 21 20
Octal 66 144 154 62 7 0 72 275 41 40
Binary 110110 1100100 1101100 110010 111 0 111010 10111101 100001 100000

Color Harmonies of #36646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36646C

Black with #36646C

Text Example


Text Example

White with #36646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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