#37636E

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

Shades of Blumine #37636E

Tints of Blumine #37636E

Color information

#37636E (or 0x37636E) is unknown color: approx Blumine. HEX triplet: 37, 63 and 6E. RGB value is (55,99,110). Sum of RGB (Red+Green+Blue) = 55+99+110=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #37636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37636E is #C89C91. Grayscale: #575757. Windows color (decimal): -13147282 or 7234359. OLE color: 7234359.

HSL color Cylindrical-coordinate representation of color #37636E: hue angle of 192º degrees, saturation: 0.33, 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 #37636E is Cyan = 0.5, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5599110-
CMYK0.50.100.57
HSL192º33.33%32.35%-
HSV(B)192º50%43.14%-
XYZ8.8510.8616.38-
YUV87.1140.92105.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=20.83%
G=37.5%
B=41.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55991100.50.100.5719233.3332.35
Hex37636E32A039c02120
Octal6714315662120713004140
Binary110111110001111011101100101010011100111000000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37636E; }

 p { color: rgb(55,99,110); }

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

<style>
 a { background-color: #37636E; }

 a { background-color: rgb(55,99,110); }

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

<style>
 span { border-color: #37636E; }

 span { border-color: rgb(55,99,110); }

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