Html Css Color HEX #316176 Blumine

📋 copy color: '#316176'

red 49 ◦ green 97 ◦ blue 118

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

Shades of Blumine #316176

Tints of Blumine #316176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.7%

R = 18.56%
G = 36.74%
B = 44.7%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316176 (or 0x316176) is known color: Blumine. HEX triplet: 31, 61 and 76. RGB value is (49,97,118). Sum of RGB (Red+Green+Blue) = 49+97+118=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #316176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316176 is #CE9E89. Grayscale: #545454. Windows color (decimal): -13541002 or 7758129. OLE color: 7758129.

HSL color Cylindrical-coordinate representation of color #316176: hue angle of 198.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316176 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 97 118 -
CMYK 0.58 0.18 0 0.54
HSL 198.26º 0.41% 0.33% -
HSV(B) 198.26º 0.58% 0.46% -
XYZ 8.81 10.51 18.7 -
YUV 85.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 49 97 118 0.58 0.18 0 0.54 198.26 0.41 0.33
Hex 31 61 76 3A 12 0 36 C6 29 21
Octal 61 141 166 72 22 0 66 306 51 41
Binary 110001 1100001 1110110 111010 10010 0 110110 11000110 101001 100001

Color Harmonies of #316176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316176

Black with #316176

Text Example


Text Example

White with #316176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316176; }

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

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

background-color css

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

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

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

border-color css

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

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

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