#36646C

Color #36646C Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #36646C

Tints of Blumine #36646C

Color information

#36646C (or 0x36646C) is unknown color: approx 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

RGB54100108-
CMYK0.500.0700.58
HSL188.89º33.33%31.76%-
HSV(B)188.89º50%42.35%-
XYZ8.7910.9815.84-
YUV87.16139.76104.35-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal541001080.500.0700.58188.8933.3331.76
Hex36646C32703Abd2120
Octal661441546270722754140
Binary11011011001001101100110010111011101010111101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>