#36616A

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

Shades of Blumine #36616A

Tints of Blumine #36616A

Color information

#36616A (or 0x36616A) is unknown color: approx Blumine. HEX triplet: 36, 61 and 6A. RGB value is (54,97,106). Sum of RGB (Red+Green+Blue) = 54+97+106=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #36616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36616A is #C99E95. Grayscale: #555555. Windows color (decimal): -13213334 or 6971702. OLE color: 6971702.

HSL color Cylindrical-coordinate representation of color #36616A: hue angle of 190.38º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36616A is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5497106-
CMYK0.490.0800.58
HSL190.38º32.5%31.37%-
HSV(B)190.38º49.06%41.57%-
XYZ8.410.3715.2-
YUV85.17139.75105.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=21.01%
G=37.74%
B=41.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54971060.490.0800.58190.3832.531.37
Hex36616A31803Abe201f
Octal6614115261100722764037
Binary11011011000011101010110001100001110101011111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36616A; }

 p { color: rgb(54,97,106); }

 H1.HeaderClassName
 {
   color: #36616A;
 }
 .AnyTagClassName
 {
   color: #36616A;
 }
</style>
background-color css

<style>
 a { background-color: #36616A; }

 a { background-color: rgb(54,97,106); }

 div.DivClassName
 {
   background-color: #36616A;
 }
 .BgClassName
 {
   background-color: #36616A;
 }
</style>
border-color css

<style>
 span { border-color: #36616A; }

 span { border-color: rgb(54,97,106); }

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