#36626A

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

Shades of Blumine #36626A

Tints of Blumine #36626A

Color information

#36626A (or 0x36626A) is unknown color: approx Blumine. HEX triplet: 36, 62 and 6A. RGB value is (54,98,106). Sum of RGB (Red+Green+Blue) = 54+98+106=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #36626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626A is #C99D95. Grayscale: #555555. Windows color (decimal): -13213078 or 6971958. OLE color: 6971958.

HSL color Cylindrical-coordinate representation of color #36626A: hue angle of 189.23º 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 #36626A is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5498106-
CMYK0.490.0800.58
HSL189.23º32.5%31.37%-
HSV(B)189.23º49.06%41.57%-
XYZ8.4910.5615.23-
YUV85.76139.42105.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=20.93%
G=37.98%
B=41.09%

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
Decimal54981060.490.0800.58189.2332.531.37
Hex36626A31803Abd201f
Octal6614215261100722754037
Binary11011011000101101010110001100001110101011110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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