Html Css Color HEX #31797E Atoll

📋 copy color: '#31797E'

red 49 ◦ green 121 ◦ blue 126

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

Shades of Atoll #31797E

Tints of Atoll #31797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 16.55%
G = 40.88%
B = 42.57%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31797E (or 0x31797E) is known color: Atoll. HEX triplet: 31, 79 and 7E. RGB value is (49,121,126). Sum of RGB (Red+Green+Blue) = 49+121+126=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #31797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31797E is #CE8681. Grayscale: #636363. Windows color (decimal): -13534850 or 8288561. OLE color: 8288561.

HSL color Cylindrical-coordinate representation of color #31797E: hue angle of 183.9º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31797E is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 121 126 -
CMYK 0.61 0.04 0 0.51
HSL 183.9º 0.44% 0.34% -
HSV(B) 183.9º 0.61% 0.49% -
XYZ 11.87 15.83 22.17 -
YUV 100.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 49 121 126 0.61 0.04 0 0.51 183.9 0.44 0.34
Hex 31 79 7E 3D 4 0 33 B8 2C 22
Octal 61 171 176 75 4 0 63 270 54 42
Binary 110001 1111001 1111110 111101 100 0 110011 10111000 101100 100010

Color Harmonies of #31797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31797E

Black with #31797E

Text Example


Text Example

White with #31797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31797E; }

 p { color: rgb(49,121,126); }

 H1.HeaderClassName
 {
   color: #31797E;
 }
 .AnyTagClassName
 {
   color: #31797E;
 }
</style>

background-color css

<style>
 a { background-color: #31797E; }

 a { background-color: rgb(49,121,126); }

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

border-color css

<style>
 span { border-color: #31797E; }

 span { border-color: rgb(49,121,126); }

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