Html Css Color HEX #316676 Blumine

📋 copy color: '#316676'

red 49 ◦ green 102 ◦ blue 118

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

Shades of Blumine #316676

Tints of Blumine #316676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 18.22%
G = 37.92%
B = 43.87%

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

#316676 (or 0x316676) is known color: Blumine. HEX triplet: 31, 66 and 76. RGB value is (49,102,118). Sum of RGB (Red+Green+Blue) = 49+102+118=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #316676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316676 is #CE9989. Grayscale: #575757. Windows color (decimal): -13539722 or 7759409. OLE color: 7759409.

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

Color convert

RGB 49 102 118 -
CMYK 0.58 0.14 0 0.54
HSL 193.91º 0.41% 0.33% -
HSV(B) 193.91º 0.58% 0.46% -
XYZ 9.29 11.46 18.86 -
YUV 87.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 49 102 118 0.58 0.14 0 0.54 193.91 0.41 0.33
Hex 31 66 76 3A E 0 36 C2 29 21
Octal 61 146 166 72 16 0 66 302 51 41
Binary 110001 1100110 1110110 111010 1110 0 110110 11000010 101001 100001

Color Harmonies of #316676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316676

Black with #316676

Text Example


Text Example

White with #316676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316676; }

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

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

background-color css

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

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

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

border-color css

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

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

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