Html Css Color HEX #316173 Blumine

📋 copy color: '#316173'

red 49 ◦ green 97 ◦ blue 115

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

Shades of Blumine #316173

Tints of Blumine #316173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 18.77%
G = 37.16%
B = 44.06%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316173 (or 0x316173) is known color: Blumine. HEX triplet: 31, 61 and 73. RGB value is (49,97,115). Sum of RGB (Red+Green+Blue) = 49+97+115=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #316173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316173 is #CE9E8C. Grayscale: #545454. Windows color (decimal): -13541005 or 7561521. OLE color: 7561521.

HSL color Cylindrical-coordinate representation of color #316173: hue angle of 196.36º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316173 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 97 115 -
CMYK 0.57 0.16 0 0.55
HSL 196.36º 0.4% 0.32% -
HSV(B) 196.36º 0.57% 0.45% -
XYZ 8.64 10.44 17.78 -
YUV 84.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 49 97 115 0.57 0.16 0 0.55 196.36 0.4 0.32
Hex 31 61 73 39 10 0 37 C4 28 20
Octal 61 141 163 71 20 0 67 304 50 40
Binary 110001 1100001 1110011 111001 10000 0 110111 11000100 101000 100000

Color Harmonies of #316173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316173

Black with #316173

Text Example


Text Example

White with #316173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316173; }

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

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

background-color css

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

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

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

border-color css

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

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

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