Html Css Color HEX #316476 Blumine

📋 copy color: '#316476'

red 49 ◦ green 100 ◦ blue 118

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

Shades of Blumine #316476

Tints of Blumine #316476

RGB

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

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

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

R = 18.35%
G = 37.45%
B = 44.19%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316476 (or 0x316476) is known color: Blumine. HEX triplet: 31, 64 and 76. RGB value is (49,100,118). Sum of RGB (Red+Green+Blue) = 49+100+118=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #316476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316476 is #CE9B89. Grayscale: #565656. Windows color (decimal): -13540234 or 7758897. OLE color: 7758897.

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

Color convert

RGB 49 100 118 -
CMYK 0.58 0.15 0 0.54
HSL 195.65º 0.41% 0.33% -
HSV(B) 195.65º 0.58% 0.46% -
XYZ 9.09 11.08 18.8 -
YUV 86.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 49 100 118 0.58 0.15 0 0.54 195.65 0.41 0.33
Hex 31 64 76 3A F 0 36 C4 29 21
Octal 61 144 166 72 17 0 66 304 51 41
Binary 110001 1100100 1110110 111010 1111 0 110110 11000100 101001 100001

Color Harmonies of #316476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316476

Black with #316476

Text Example


Text Example

White with #316476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316476; }

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

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

background-color css

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

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

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

border-color css

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

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

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