#31636A

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

Shades of Blumine #31636A

Tints of Blumine #31636A

Color information

#31636A (or 0x31636A) is unknown color: approx Blumine. HEX triplet: 31, 63 and 6A. RGB value is (49,99,106). Sum of RGB (Red+Green+Blue) = 49+99+106=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #31636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31636A is #CE9C95. Grayscale: #545454. Windows color (decimal): -13540502 or 6972209. OLE color: 6972209.

HSL color Cylindrical-coordinate representation of color #31636A: hue angle of 187.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31636A is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4999106-
CMYK0.540.0700.58
HSL187.37º36.77%30.39%-
HSV(B)187.37º53.77%41.57%-
XYZ8.3310.6215.25-
YUV84.85139.94102.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=19.29%
G=38.98%
B=41.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49991060.540.0700.58187.3736.7730.39
Hex31636A36703Abb251e
Octal611431526670722734536
Binary1100011100011110101011011011101110101011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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