Html Css Color HEX #31797D Atoll

📋 copy color: '#31797D'

red 49 ◦ green 121 ◦ blue 125

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

Shades of Atoll #31797D

Tints of Atoll #31797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 16.61%
G = 41.02%
B = 42.37%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31797D (or 0x31797D) is known color: Atoll. HEX triplet: 31, 79 and 7D. RGB value is (49,121,125). Sum of RGB (Red+Green+Blue) = 49+121+125=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #31797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31797D is #CE8682. Grayscale: #636363. Windows color (decimal): -13534851 or 8223025. OLE color: 8223025.

HSL color Cylindrical-coordinate representation of color #31797D: hue angle of 183.16º 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 #31797D is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 121 125 -
CMYK 0.61 0.03 0 0.51
HSL 183.16º 0.44% 0.34% -
HSV(B) 183.16º 0.61% 0.49% -
XYZ 11.81 15.81 21.83 -
YUV 99.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 49 121 125 0.61 0.03 0 0.51 183.16 0.44 0.34
Hex 31 79 7D 3D 3 0 33 B7 2C 22
Octal 61 171 175 75 3 0 63 267 54 42
Binary 110001 1111001 1111101 111101 11 0 110011 10110111 101100 100010

Color Harmonies of #31797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31797D

Black with #31797D

Text Example


Text Example

White with #31797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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