Html Css Color HEX #315F71 Blumine

📋 copy color: '#315F71'

red 49 ◦ green 95 ◦ blue 113

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

Shades of Blumine #315F71

Tints of Blumine #315F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.96%

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

R = 19.07%
G = 36.96%
B = 43.97%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315F71 (or 0x315F71) is known color: Blumine. HEX triplet: 31, 5F and 71. RGB value is (49,95,113). Sum of RGB (Red+Green+Blue) = 49+95+113=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #315F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F71 is #CEA08E. Grayscale: #535353. Windows color (decimal): -13541519 or 7429937. OLE color: 7429937.

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

Color convert

RGB 49 95 113 -
CMYK 0.57 0.16 0 0.56
HSL 196.88º 0.4% 0.32% -
HSV(B) 196.88º 0.57% 0.44% -
XYZ 8.34 10.03 17.12 -
YUV 83.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 49 95 113 0.57 0.16 0 0.56 196.88 0.4 0.32
Hex 31 5F 71 39 10 0 38 C5 28 20
Octal 61 137 161 71 20 0 70 305 50 40
Binary 110001 1011111 1110001 111001 10000 0 111000 11000101 101000 100000

Color Harmonies of #315F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F71

Black with #315F71

Text Example


Text Example

White with #315F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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