Html Css Color HEX #316E71 Atoll

📋 copy color: '#316E71'

red 49 ◦ green 110 ◦ blue 113

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

Shades of Atoll #316E71

Tints of Atoll #316E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 18.01%
G = 40.44%
B = 41.54%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316E71 (or 0x316E71) is known color: Atoll. HEX triplet: 31, 6E and 71. RGB value is (49,110,113). Sum of RGB (Red+Green+Blue) = 49+110+113=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #316E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E71 is #CE918E. Grayscale: #5C5C5C. Windows color (decimal): -13537679 or 7433777. OLE color: 7433777.

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

Color convert

RGB 49 110 113 -
CMYK 0.57 0.03 0 0.56
HSL 182.81º 0.4% 0.32% -
HSV(B) 182.81º 0.57% 0.44% -
XYZ 9.82 13 17.61 -
YUV 92.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 49 110 113 0.57 0.03 0 0.56 182.81 0.4 0.32
Hex 31 6E 71 39 3 0 38 B7 28 20
Octal 61 156 161 71 3 0 70 267 50 40
Binary 110001 1101110 1110001 111001 11 0 111000 10110111 101000 100000

Color Harmonies of #316E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E71

Black with #316E71

Text Example


Text Example

White with #316E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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