Html Css Color HEX #316471 Blumine

📋 copy color: '#316471'

red 49 ◦ green 100 ◦ blue 113

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

Shades of Blumine #316471

Tints of Blumine #316471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

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

R = 18.7%
G = 38.17%
B = 43.13%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316471 (or 0x316471) is known color: Blumine. HEX triplet: 31, 64 and 71. RGB value is (49,100,113). Sum of RGB (Red+Green+Blue) = 49+100+113=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #316471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316471 is #CE9B8E. Grayscale: #565656. Windows color (decimal): -13540239 or 7431217. OLE color: 7431217.

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

Color convert

RGB 49 100 113 -
CMYK 0.57 0.12 0 0.56
HSL 192.19º 0.4% 0.32% -
HSV(B) 192.19º 0.57% 0.44% -
XYZ 8.8 10.96 17.27 -
YUV 86.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 49 100 113 0.57 0.12 0 0.56 192.19 0.4 0.32
Hex 31 64 71 39 C 0 38 C0 28 20
Octal 61 144 161 71 14 0 70 300 50 40
Binary 110001 1100100 1110001 111001 1100 0 111000 11000000 101000 100000

Color Harmonies of #316471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316471

Black with #316471

Text Example


Text Example

White with #316471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316471; }

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

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

background-color css

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

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

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

border-color css

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

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

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