#31767A

Color #31767A Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #31767A

Tints of Atoll #31767A

Color information

#31767A (or 0x31767A) is unknown color: approx Atoll. HEX triplet: 31, 76 and 7A. RGB value is (49,118,122). Sum of RGB (Red+Green+Blue) = 49+118+122=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #31767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31767A is #CE8985. Grayscale: #616161. Windows color (decimal): -13535622 or 8025649. OLE color: 8025649.

HSL color Cylindrical-coordinate representation of color #31767A: hue angle of 183.29º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31767A is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49118122-
CMYK0.600.0300.52
HSL183.29º42.69%33.53%-
HSV(B)183.29º59.84%47.84%-
XYZ11.2615.0120.72-
YUV97.82141.6493.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=16.96%
G=40.83%
B=42.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491181220.600.0300.52183.2942.6933.53
Hex31767A3C3034b72b22
Octal611661727430642675342
Binary1100011110110111101011110011011010010110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31767A; }

 p { color: rgb(49,118,122); }

 H1.HeaderClassName
 {
   color: #31767A;
 }
 .AnyTagClassName
 {
   color: #31767A;
 }
</style>
background-color css

<style>
 a { background-color: #31767A; }

 a { background-color: rgb(49,118,122); }

 div.DivClassName
 {
   background-color: #31767A;
 }
 .BgClassName
 {
   background-color: #31767A;
 }
</style>
border-color css

<style>
 span { border-color: #31767A; }

 span { border-color: rgb(49,118,122); }

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