#315D70

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

Shades of Blumine #315D70

Tints of Blumine #315D70

Color information

#315D70 (or 0x315D70) is unknown color: approx Blumine. HEX triplet: 31, 5D and 70. RGB value is (49,93,112). Sum of RGB (Red+Green+Blue) = 49+93+112=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #315D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D70 is #CEA28F. Grayscale: #515151. Windows color (decimal): -13542032 or 7363889. OLE color: 7363889.

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

Color convert

RGB4993112-
CMYK0.560.1700.56
HSL198.1º39.13%31.57%-
HSV(B)198.1º56.25%43.92%-
XYZ8.119.6516.76-
YUV82.01144.92104.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=19.29%
G=36.61%
B=44.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49931120.560.1700.56198.139.1331.57
Hex315D703811038c62720
Octal6113516070210703064740
Binary1100011011101111000011100010001011100011000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D70; }

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

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

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

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

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

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

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

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