#31657B

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

Shades of Blumine #31657B

Tints of Blumine #31657B

Color information

#31657B (or 0x31657B) is unknown color: approx Blumine. HEX triplet: 31, 65 and 7B. RGB value is (49,101,123). Sum of RGB (Red+Green+Blue) = 49+101+123=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #31657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31657B is #CE9A84. Grayscale: #575757. Windows color (decimal): -13539973 or 8086833. OLE color: 8086833.

HSL color Cylindrical-coordinate representation of color #31657B: hue angle of 197.84º 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 #31657B is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49101123-
CMYK0.600.1800.52
HSL197.84º43.02%33.73%-
HSV(B)197.84º60.16%48.24%-
XYZ9.511.3920.44-
YUV87.96147.77100.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=17.95%
G=37.00%
B=45.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491011230.600.1800.52197.8443.0233.73
Hex31657B3C12034c62b22
Octal6114517374220643065342
Binary1100011100101111101111110010010011010011000110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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