#31637B

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

Shades of Blumine #31637B

Tints of Blumine #31637B

Color information

#31637B (or 0x31637B) is unknown color: approx Blumine. HEX triplet: 31, 63 and 7B. RGB value is (49,99,123). Sum of RGB (Red+Green+Blue) = 49+99+123=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #31637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31637B is #CE9C84. Grayscale: #565656. Windows color (decimal): -13540485 or 8086321. OLE color: 8086321.

HSL color Cylindrical-coordinate representation of color #31637B: hue angle of 199.46º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31637B is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4999123-
CMYK0.600.2000.52
HSL199.46º43.02%33.73%-
HSV(B)199.46º60.16%48.24%-
XYZ9.311.0120.37-
YUV86.79148.44101.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=18.08%
G=36.53%
B=45.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49991230.600.2000.52199.4643.0233.73
Hex31637B3C14034c72b22
Octal6114317374240643075342
Binary1100011100011111101111110010100011010011000111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31637B; }

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

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

<style>
 a { background-color: #31637B; }

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

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

<style>
 span { border-color: #31637B; }

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

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