#31727A

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

Shades of Atoll #31727A

Tints of Atoll #31727A

Color information

#31727A (or 0x31727A) is unknown color: approx Atoll. HEX triplet: 31, 72 and 7A. RGB value is (49,114,122). Sum of RGB (Red+Green+Blue) = 49+114+122=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #31727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31727A is #CE8D85. Grayscale: #5F5F5F. Windows color (decimal): -13536646 or 8024625. OLE color: 8024625.

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

Color convert

RGB49114122-
CMYK0.600.0700.52
HSL186.58º42.69%33.53%-
HSV(B)186.58º59.84%47.84%-
XYZ10.814.0920.56-
YUV95.48142.9794.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=17.19%
G=40%
B=42.81%

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
Decimal491141220.600.0700.52186.5842.6933.53
Hex31727A3C7034bb2b22
Octal611621727470642735342
Binary11000111100101111010111100111011010010111011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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