Html Css Color HEX #315A70 Blumine

📋 copy color: '#315A70'

red 49 ◦ green 90 ◦ blue 112

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

Shades of Blumine #315A70

Tints of Blumine #315A70

RGB

 RED value IS 49 (19.53% from 255) = 19.52%

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 112 (44.14% from 255) = 44.62%

R = 19.52%
G = 35.86%
B = 44.62%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315A70 (or 0x315A70) is known color: Blumine. HEX triplet: 31, 5A and 70. RGB value is (49,90,112). Sum of RGB (Red+Green+Blue) = 49+90+112=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #315A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A70 is #CEA58F. Grayscale: #505050. Windows color (decimal): -13542800 or 7363121. OLE color: 7363121.

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

Color convert

RGB 49 90 112 -
CMYK 0.56 0.20 0 0.56
HSL 200.95º 0.39% 0.32% -
HSV(B) 200.95º 0.56% 0.44% -
XYZ 7.85 9.14 16.68 -
YUV 80.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 49 90 112 0.56 0.20 0 0.56 200.95 0.39 0.32
Hex 31 5A 70 38 14 0 38 C9 27 20
Octal 61 132 160 70 24 0 70 311 47 40
Binary 110001 1011010 1110000 111000 10100 0 111000 11001001 100111 100000

Color Harmonies of #315A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A70

Black with #315A70

Text Example


Text Example

White with #315A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #315A70;
 }
 .AnyTagClassName
 {
   color: #315A70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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