Html Css Color HEX #315970 Blumine

📋 copy color: '#315970'

red 49 ◦ green 89 ◦ blue 112

#315970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #315970

Tints of Blumine #315970

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 value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315970 (or 0x315970) is known color: 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

RGB 49 89 112 -
CMYK 0.56 0.21 0 0.56
HSL 201.9º 0.39% 0.32% -
HSV(B) 201.9º 0.56% 0.44% -
XYZ 7.76 8.97 16.65 -
YUV 79.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 49 89 112 0.56 0.21 0 0.56 201.9 0.39 0.32
Hex 31 59 70 38 15 0 38 CA 27 20
Octal 61 131 160 70 25 0 70 312 47 40
Binary 110001 1011001 1110000 111000 10101 0 111000 11001010 100111 100000

Color Harmonies of #315970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315970

Black with #315970

Text Example


Text Example

White with #315970

Text Example


Text Example

HTML Codes & Css Web 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>