Html Css Color HEX #316576 Blumine

📋 copy color: '#316576'

red 49 ◦ green 101 ◦ blue 118

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

Shades of Blumine #316576

Tints of Blumine #316576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 18.28%
G = 37.69%
B = 44.03%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316576 (or 0x316576) is known color: Blumine. HEX triplet: 31, 65 and 76. RGB value is (49,101,118). Sum of RGB (Red+Green+Blue) = 49+101+118=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #316576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316576 is #CE9A89. Grayscale: #575757. Windows color (decimal): -13539978 or 7759153. OLE color: 7759153.

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

Color convert

RGB 49 101 118 -
CMYK 0.58 0.14 0 0.54
HSL 194.78º 0.41% 0.33% -
HSV(B) 194.78º 0.58% 0.46% -
XYZ 9.19 11.27 18.83 -
YUV 87.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 49 101 118 0.58 0.14 0 0.54 194.78 0.41 0.33
Hex 31 65 76 3A E 0 36 C3 29 21
Octal 61 145 166 72 16 0 66 303 51 41
Binary 110001 1100101 1110110 111010 1110 0 110110 11000011 101001 100001

Color Harmonies of #316576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316576

Black with #316576

Text Example


Text Example

White with #316576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316576; }

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

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

background-color css

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

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

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

border-color css

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

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

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