#316870

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

Shades of Blumine #316870

Tints of Blumine #316870

Color information

#316870 (or 0x316870) is unknown color: approx Blumine. HEX triplet: 31, 68 and 70. RGB value is (49,104,112). Sum of RGB (Red+Green+Blue) = 49+104+112=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #316870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316870 is #CE978F. Grayscale: #585858. Windows color (decimal): -13539216 or 7366705. OLE color: 7366705.

HSL color Cylindrical-coordinate representation of color #316870: hue angle of 187.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316870 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB49104112-
CMYK0.560.0700.56
HSL187.62º39.13%31.57%-
HSV(B)187.62º56.25%43.92%-
XYZ9.1411.7217.11-
YUV88.47141.2899.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=18.49%
G=39.25%
B=42.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491041120.560.0700.56187.6239.1331.57
Hex316870387038bc2720
Octal611501607070702744740
Binary11000111010001110000111000111011100010111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316870; }

 p { color: rgb(49,104,112); }

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

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

 a { background-color: rgb(49,104,112); }

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

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

 span { border-color: rgb(49,104,112); }

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