#36626D

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

Shades of Blumine #36626D

Tints of Blumine #36626D

Color information

#36626D (or 0x36626D) is unknown color: approx Blumine. HEX triplet: 36, 62 and 6D. RGB value is (54,98,109). Sum of RGB (Red+Green+Blue) = 54+98+109=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #36626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626D is #C99D92. Grayscale: #565656. Windows color (decimal): -13213075 or 7168566. OLE color: 7168566.

HSL color Cylindrical-coordinate representation of color #36626D: hue angle of 192º 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 #36626D is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5498109-
CMYK0.500.1000.57
HSL192º33.74%31.96%-
HSV(B)192º50.46%42.75%-
XYZ8.6510.6216.06-
YUV86.1140.92105.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=20.69%
G=37.55%
B=41.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54981090.500.1000.5719233.7431.96
Hex36626D32A039c02220
Octal6614215562120713004240
Binary110110110001011011011100101010011100111000000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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