Html Css Color HEX #316E73 Atoll

📋 copy color: '#316E73'

red 49 ◦ green 110 ◦ blue 115

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

Shades of Atoll #316E73

Tints of Atoll #316E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 17.88%
G = 40.15%
B = 41.97%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316E73 (or 0x316E73) is known color: Atoll. HEX triplet: 31, 6E and 73. RGB value is (49,110,115). Sum of RGB (Red+Green+Blue) = 49+110+115=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #316E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E73 is #CE918C. Grayscale: #5C5C5C. Windows color (decimal): -13537677 or 7564849. OLE color: 7564849.

HSL color Cylindrical-coordinate representation of color #316E73: hue angle of 184.55º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316E73 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 110 115 -
CMYK 0.57 0.04 0 0.55
HSL 184.55º 0.4% 0.32% -
HSV(B) 184.55º 0.57% 0.45% -
XYZ 9.94 13.04 18.21 -
YUV 92.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 49 110 115 0.57 0.04 0 0.55 184.55 0.4 0.32
Hex 31 6E 73 39 4 0 37 B9 28 20
Octal 61 156 163 71 4 0 67 271 50 40
Binary 110001 1101110 1110011 111001 100 0 110111 10111001 101000 100000

Color Harmonies of #316E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E73

Black with #316E73

Text Example


Text Example

White with #316E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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