Html Css Color HEX #316E76 Atoll

📋 copy color: '#316E76'

red 49 ◦ green 110 ◦ blue 118

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

Shades of Atoll #316E76

Tints of Atoll #316E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.71%

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

R = 17.69%
G = 39.71%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316E76 (or 0x316E76) is known color: Atoll. HEX triplet: 31, 6E and 76. RGB value is (49,110,118). Sum of RGB (Red+Green+Blue) = 49+110+118=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #316E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E76 is #CE9189. Grayscale: #5C5C5C. Windows color (decimal): -13537674 or 7761457. OLE color: 7761457.

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

Color convert

RGB 49 110 118 -
CMYK 0.58 0.07 0 0.54
HSL 186.96º 0.41% 0.33% -
HSV(B) 186.96º 0.58% 0.46% -
XYZ 10.11 13.11 19.14 -
YUV 92.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 49 110 118 0.58 0.07 0 0.54 186.96 0.41 0.33
Hex 31 6E 76 3A 7 0 36 BB 29 21
Octal 61 156 166 72 7 0 66 273 51 41
Binary 110001 1101110 1110110 111010 111 0 110110 10111011 101001 100001

Color Harmonies of #316E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E76

Black with #316E76

Text Example


Text Example

White with #316E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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