Html Css Color HEX #315A71 Blumine

📋 copy color: '#315A71'

red 49 ◦ green 90 ◦ blue 113

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

Shades of Blumine #315A71

Tints of Blumine #315A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 19.44%
G = 35.71%
B = 44.84%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315A71 (or 0x315A71) is known color: Blumine. HEX triplet: 31, 5A and 71. RGB value is (49,90,113). Sum of RGB (Red+Green+Blue) = 49+90+113=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #315A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A71 is #CEA58E. Grayscale: #505050. Windows color (decimal): -13542799 or 7428657. OLE color: 7428657.

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

Color convert

RGB 49 90 113 -
CMYK 0.57 0.20 0 0.56
HSL 201.56º 0.4% 0.32% -
HSV(B) 201.56º 0.57% 0.44% -
XYZ 7.9 9.16 16.97 -
YUV 80.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 49 90 113 0.57 0.20 0 0.56 201.56 0.4 0.32
Hex 31 5A 71 39 14 0 38 CA 28 20
Octal 61 132 161 71 24 0 70 312 50 40
Binary 110001 1011010 1110001 111001 10100 0 111000 11001010 101000 100000

Color Harmonies of #315A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A71

Black with #315A71

Text Example


Text Example

White with #315A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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