#31636C

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

Shades of Blumine #31636C

Tints of Blumine #31636C

Color information

#31636C (or 0x31636C) is unknown color: approx Blumine. HEX triplet: 31, 63 and 6C. RGB value is (49,99,108). Sum of RGB (Red+Green+Blue) = 49+99+108=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #31636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31636C is #CE9C93. Grayscale: #545454. Windows color (decimal): -13540500 or 7103281. OLE color: 7103281.

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

Color convert

RGB4999108-
CMYK0.550.0800.58
HSL189.15º37.58%30.78%-
HSV(B)189.15º54.63%42.35%-
XYZ8.4410.6615.8-
YUV85.08140.94102.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=19.14%
G=38.67%
B=42.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49991080.550.0800.58189.1537.5830.78
Hex31636C37803Abd261f
Octal6114315467100722754637
Binary11000111000111101100110111100001110101011110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31636C; }

 p { color: rgb(49,99,108); }

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

<style>
 a { background-color: #31636C; }

 a { background-color: rgb(49,99,108); }

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

<style>
 span { border-color: #31636C; }

 span { border-color: rgb(49,99,108); }

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