#315970

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

Shades of Blumine #315970

Tints of Blumine #315970

Color information

#315970 (or 0x315970) is unknown color: approx Blumine. HEX triplet: 31, 59 and 70. RGB value is (49,89,112). Sum of RGB (Red+Green+Blue) = 49+89+112=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #315970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315970 is #CEA68F. Grayscale: #4F4F4F. Windows color (decimal): -13543056 or 7362865. OLE color: 7362865.

HSL color Cylindrical-coordinate representation of color #315970: hue angle of 201.9º 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 #315970 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4989112-
CMYK0.560.2100.56
HSL201.9º39.13%31.57%-
HSV(B)201.9º56.25%43.92%-
XYZ7.768.9716.65-
YUV79.66146.25106.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=19.6%
G=35.6%
B=44.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49891120.560.2100.56201.939.1331.57
Hex3159703815038ca2720
Octal6113116070250703124740
Binary1100011011001111000011100010101011100011001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315970; }

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

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

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

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

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

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

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

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