Html Css Color HEX #316979 Blumine

📋 copy color: '#316979'

red 49 ◦ green 105 ◦ blue 121

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

Shades of Blumine #316979

Tints of Blumine #316979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 17.82%
G = 38.18%
B = 44%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316979 (or 0x316979) is known color: Blumine. HEX triplet: 31, 69 and 79. RGB value is (49,105,121). Sum of RGB (Red+Green+Blue) = 49+105+121=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #316979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316979 is #CE9686. Grayscale: #595959. Windows color (decimal): -13538951 or 7956785. OLE color: 7956785.

HSL color Cylindrical-coordinate representation of color #316979: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316979 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 105 121 -
CMYK 0.60 0.13 0 0.53
HSL 193.33º 0.42% 0.33% -
HSV(B) 193.33º 0.6% 0.47% -
XYZ 9.77 12.14 19.92 -
YUV 90.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 49 105 121 0.60 0.13 0 0.53 193.33 0.42 0.33
Hex 31 69 79 3C D 0 35 C1 2A 21
Octal 61 151 171 74 15 0 65 301 52 41
Binary 110001 1101001 1111001 111100 1101 0 110101 11000001 101010 100001

Color Harmonies of #316979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316979

Black with #316979

Text Example


Text Example

White with #316979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316979; }

 p { color: rgb(49,105,121); }

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

background-color css

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

 a { background-color: rgb(49,105,121); }

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

border-color css

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

 span { border-color: rgb(49,105,121); }

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