#31727B

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

Shades of Atoll #31727B

Tints of Atoll #31727B

Color information

#31727B (or 0x31727B) is unknown color: approx Atoll. HEX triplet: 31, 72 and 7B. RGB value is (49,114,123). Sum of RGB (Red+Green+Blue) = 49+114+123=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #31727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31727B is #CE8D84. Grayscale: #5F5F5F. Windows color (decimal): -13536645 or 8090161. OLE color: 8090161.

HSL color Cylindrical-coordinate representation of color #31727B: hue angle of 187.3º 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 #31727B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB49114123-
CMYK0.600.0700.52
HSL187.3º43.02%33.73%-
HSV(B)187.3º60.16%48.24%-
XYZ10.8614.1220.89-
YUV95.59143.4794.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=17.13%
G=39.86%
B=43.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491141230.600.0700.52187.343.0233.73
Hex31727B3C7034bb2b22
Octal611621737470642735342
Binary11000111100101111011111100111011010010111011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31727B; }

 p { color: rgb(49,114,123); }

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

<style>
 a { background-color: #31727B; }

 a { background-color: rgb(49,114,123); }

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

<style>
 span { border-color: #31727B; }

 span { border-color: rgb(49,114,123); }

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