Html Css Color HEX #316174 Blumine

📋 copy color: '#316174'

red 49 ◦ green 97 ◦ blue 116

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

Shades of Blumine #316174

Tints of Blumine #316174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 18.7%
G = 37.02%
B = 44.27%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316174 (or 0x316174) is known color: Blumine. HEX triplet: 31, 61 and 74. RGB value is (49,97,116). Sum of RGB (Red+Green+Blue) = 49+97+116=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #316174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316174 is #CE9E8B. Grayscale: #545454. Windows color (decimal): -13541004 or 7627057. OLE color: 7627057.

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

Color convert

RGB 49 97 116 -
CMYK 0.58 0.16 0 0.55
HSL 197.01º 0.41% 0.32% -
HSV(B) 197.01º 0.58% 0.45% -
XYZ 8.69 10.46 18.08 -
YUV 84.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 49 97 116 0.58 0.16 0 0.55 197.01 0.41 0.32
Hex 31 61 74 3A 10 0 37 C5 29 20
Octal 61 141 164 72 20 0 67 305 51 40
Binary 110001 1100001 1110100 111010 10000 0 110111 11000101 101001 100000

Color Harmonies of #316174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316174

Black with #316174

Text Example


Text Example

White with #316174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316174; }

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

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

background-color css

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

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

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

border-color css

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

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

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