#31757E

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

Shades of Atoll #31757E

Tints of Atoll #31757E

Color information

#31757E (or 0x31757E) is unknown color: approx Atoll. HEX triplet: 31, 75 and 7E. RGB value is (49,117,126). Sum of RGB (Red+Green+Blue) = 49+117+126=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #31757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31757E is #CE8A81. Grayscale: #616161. Windows color (decimal): -13535874 or 8287537. OLE color: 8287537.

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

Color convert

RGB49117126-
CMYK0.610.0700.51
HSL187.01º44%34.31%-
HSV(B)187.01º61.11%49.41%-
XYZ11.3914.8822.01-
YUV97.69143.9793.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=16.78%
G=40.07%
B=43.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491171260.610.0700.51187.014434.31
Hex31757E3D7033bb2c22
Octal611651767570632735442
Binary11000111101011111110111101111011001110111011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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