Html Css Color HEX #316E70 Atoll

📋 copy color: '#316E70'

red 49 ◦ green 110 ◦ blue 112

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

Shades of Atoll #316E70

Tints of Atoll #316E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 18.08%
G = 40.59%
B = 41.33%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316E70 (or 0x316E70) is known color: Atoll. HEX triplet: 31, 6E and 70. RGB value is (49,110,112). Sum of RGB (Red+Green+Blue) = 49+110+112=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #316E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E70 is #CE918F. Grayscale: #5B5B5B. Windows color (decimal): -13537680 or 7368241. OLE color: 7368241.

HSL color Cylindrical-coordinate representation of color #316E70: hue angle of 181.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316E70 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 110 112 -
CMYK 0.56 0.02 0 0.56
HSL 181.9º 0.39% 0.32% -
HSV(B) 181.9º 0.56% 0.44% -
XYZ 9.77 12.97 17.32 -
YUV 91.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 49 110 112 0.56 0.02 0 0.56 181.9 0.39 0.32
Hex 31 6E 70 38 2 0 38 B6 27 20
Octal 61 156 160 70 2 0 70 266 47 40
Binary 110001 1101110 1110000 111000 10 0 111000 10110110 100111 100000

Color Harmonies of #316E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E70

Black with #316E70

Text Example


Text Example

White with #316E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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