Html Css Color HEX #316F71 Atoll

📋 copy color: '#316F71'

red 49 ◦ green 111 ◦ blue 113

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

Shades of Atoll #316F71

Tints of Atoll #316F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 17.95%
G = 40.66%
B = 41.39%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316F71 (or 0x316F71) is known color: Atoll. HEX triplet: 31, 6F and 71. RGB value is (49,111,113). Sum of RGB (Red+Green+Blue) = 49+111+113=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #316F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F71 is #CE908E. Grayscale: #5C5C5C. Windows color (decimal): -13537423 or 7434033. OLE color: 7434033.

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

Color convert

RGB 49 111 113 -
CMYK 0.57 0.02 0 0.56
HSL 181.88º 0.4% 0.32% -
HSV(B) 181.88º 0.57% 0.44% -
XYZ 9.93 13.21 17.65 -
YUV 92.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 49 111 113 0.57 0.02 0 0.56 181.88 0.4 0.32
Hex 31 6F 71 39 2 0 38 B6 28 20
Octal 61 157 161 71 2 0 70 266 50 40
Binary 110001 1101111 1110001 111001 10 0 111000 10110110 101000 100000

Color Harmonies of #316F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F71

Black with #316F71

Text Example


Text Example

White with #316F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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