Html Css Color HEX #316371 Blumine

📋 copy color: '#316371'

red 49 ◦ green 99 ◦ blue 113

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

Shades of Blumine #316371

Tints of Blumine #316371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.93%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 18.77%
G = 37.93%
B = 43.3%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316371 (or 0x316371) is known color: Blumine. HEX triplet: 31, 63 and 71. RGB value is (49,99,113). Sum of RGB (Red+Green+Blue) = 49+99+113=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #316371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316371 is #CE9C8E. Grayscale: #555555. Windows color (decimal): -13540495 or 7430961. OLE color: 7430961.

HSL color Cylindrical-coordinate representation of color #316371: hue angle of 193.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316371 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 99 113 -
CMYK 0.57 0.12 0 0.56
HSL 193.13º 0.4% 0.32% -
HSV(B) 193.13º 0.57% 0.44% -
XYZ 8.71 10.77 17.24 -
YUV 85.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 49 99 113 0.57 0.12 0 0.56 193.13 0.4 0.32
Hex 31 63 71 39 C 0 38 C1 28 20
Octal 61 143 161 71 14 0 70 301 50 40
Binary 110001 1100011 1110001 111001 1100 0 111000 11000001 101000 100000

Color Harmonies of #316371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316371

Black with #316371

Text Example


Text Example

White with #316371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316371; }

 p { color: rgb(49,99,113); }

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

background-color css

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

 a { background-color: rgb(49,99,113); }

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

border-color css

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

 span { border-color: rgb(49,99,113); }

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