Html Css Color HEX #316376 Blumine

📋 copy color: '#316376'

red 49 ◦ green 99 ◦ blue 118

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

Shades of Blumine #316376

Tints of Blumine #316376

RGB

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

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

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

R = 18.42%
G = 37.22%
B = 44.36%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316376 (or 0x316376) is known color: Blumine. HEX triplet: 31, 63 and 76. RGB value is (49,99,118). Sum of RGB (Red+Green+Blue) = 49+99+118=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #316376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316376 is #CE9C89. Grayscale: #565656. Windows color (decimal): -13540490 or 7758641. OLE color: 7758641.

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

Color convert

RGB 49 99 118 -
CMYK 0.58 0.16 0 0.54
HSL 196.52º 0.41% 0.33% -
HSV(B) 196.52º 0.58% 0.46% -
XYZ 9 10.88 18.77 -
YUV 86.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 49 99 118 0.58 0.16 0 0.54 196.52 0.41 0.33
Hex 31 63 76 3A 10 0 36 C5 29 21
Octal 61 143 166 72 20 0 66 305 51 41
Binary 110001 1100011 1110110 111010 10000 0 110110 11000101 101001 100001

Color Harmonies of #316376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316376

Black with #316376

Text Example


Text Example

White with #316376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316376; }

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

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

background-color css

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

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

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

border-color css

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

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

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