Html Css Color HEX #316879 Blumine

📋 copy color: '#316879'

red 49 ◦ green 104 ◦ blue 121

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

Shades of Blumine #316879

Tints of Blumine #316879

RGB

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

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

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

R = 17.88%
G = 37.96%
B = 44.16%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316879 (or 0x316879) is known color: Blumine. HEX triplet: 31, 68 and 79. RGB value is (49,104,121). Sum of RGB (Red+Green+Blue) = 49+104+121=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #316879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316879 is #CE9786. Grayscale: #595959. Windows color (decimal): -13539207 or 7956529. OLE color: 7956529.

HSL color Cylindrical-coordinate representation of color #316879: hue angle of 194.17º 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 #316879 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 104 121 -
CMYK 0.60 0.14 0 0.53
HSL 194.17º 0.42% 0.33% -
HSV(B) 194.17º 0.6% 0.47% -
XYZ 9.67 11.93 19.88 -
YUV 89.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 49 104 121 0.60 0.14 0 0.53 194.17 0.42 0.33
Hex 31 68 79 3C E 0 35 C2 2A 21
Octal 61 150 171 74 16 0 65 302 52 41
Binary 110001 1101000 1111001 111100 1110 0 110101 11000010 101010 100001

Color Harmonies of #316879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316879

Black with #316879

Text Example


Text Example

White with #316879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316879; }

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

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

background-color css

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

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

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

border-color css

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

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

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