Html Css Color HEX #316876 Blumine

📋 copy color: '#316876'

red 49 ◦ green 104 ◦ blue 118

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

Shades of Blumine #316876

Tints of Blumine #316876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

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

R = 18.08%
G = 38.38%
B = 43.54%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316876 (or 0x316876) is known color: Blumine. HEX triplet: 31, 68 and 76. RGB value is (49,104,118). Sum of RGB (Red+Green+Blue) = 49+104+118=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #316876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316876 is #CE9789. Grayscale: #595959. Windows color (decimal): -13539210 or 7759921. OLE color: 7759921.

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

Color convert

RGB 49 104 118 -
CMYK 0.58 0.12 0 0.54
HSL 192.17º 0.41% 0.33% -
HSV(B) 192.17º 0.58% 0.46% -
XYZ 9.49 11.86 18.93 -
YUV 89.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 49 104 118 0.58 0.12 0 0.54 192.17 0.41 0.33
Hex 31 68 76 3A C 0 36 C0 29 21
Octal 61 150 166 72 14 0 66 300 51 41
Binary 110001 1101000 1110110 111010 1100 0 110110 11000000 101001 100001

Color Harmonies of #316876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316876

Black with #316876

Text Example


Text Example

White with #316876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316876; }

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

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

background-color css

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

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

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

border-color css

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

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

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