Html Css Color HEX #316171 Blumine

📋 copy color: '#316171'

red 49 ◦ green 97 ◦ blue 113

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

Shades of Blumine #316171

Tints of Blumine #316171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 18.92%
G = 37.45%
B = 43.63%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316171 (or 0x316171) is known color: Blumine. HEX triplet: 31, 61 and 71. RGB value is (49,97,113). Sum of RGB (Red+Green+Blue) = 49+97+113=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #316171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316171 is #CE9E8E. Grayscale: #545454. Windows color (decimal): -13541007 or 7430449. OLE color: 7430449.

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

Color convert

RGB 49 97 113 -
CMYK 0.57 0.14 0 0.56
HSL 195º 0.4% 0.32% -
HSV(B) 195º 0.57% 0.44% -
XYZ 8.52 10.39 17.18 -
YUV 84.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 49 97 113 0.57 0.14 0 0.56 195 0.4 0.32
Hex 31 61 71 39 E 0 38 C3 28 20
Octal 61 141 161 71 16 0 70 303 50 40
Binary 110001 1100001 1110001 111001 1110 0 111000 11000011 101000 100000

Color Harmonies of #316171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316171

Black with #316171

Text Example


Text Example

White with #316171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316171; }

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

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

background-color css

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

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

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

border-color css

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

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

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