Html Css Color HEX #316E72 Atoll

📋 copy color: '#316E72'

red 49 ◦ green 110 ◦ blue 114

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

Shades of Atoll #316E72

Tints of Atoll #316E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 17.95%
G = 40.29%
B = 41.76%

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

#316E72 (or 0x316E72) is known color: Atoll. HEX triplet: 31, 6E and 72. RGB value is (49,110,114). Sum of RGB (Red+Green+Blue) = 49+110+114=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #316E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E72 is #CE918D. Grayscale: #5C5C5C. Windows color (decimal): -13537678 or 7499313. OLE color: 7499313.

HSL color Cylindrical-coordinate representation of color #316E72: hue angle of 183.69º 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 #316E72 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 110 114 -
CMYK 0.57 0.04 0 0.55
HSL 183.69º 0.4% 0.32% -
HSV(B) 183.69º 0.57% 0.45% -
XYZ 9.88 13.02 17.91 -
YUV 92.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 49 110 114 0.57 0.04 0 0.55 183.69 0.4 0.32
Hex 31 6E 72 39 4 0 37 B8 28 20
Octal 61 156 162 71 4 0 67 270 50 40
Binary 110001 1101110 1110010 111001 100 0 110111 10111000 101000 100000

Color Harmonies of #316E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E72

Black with #316E72

Text Example


Text Example

White with #316E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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