#31757F

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

Shades of Atoll #31757F

Tints of Atoll #31757F

Color information

#31757F (or 0x31757F) is unknown color: approx Atoll. HEX triplet: 31, 75 and 7F. RGB value is (49,117,127). Sum of RGB (Red+Green+Blue) = 49+117+127=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #31757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31757F is #CE8A80. Grayscale: #616161. Windows color (decimal): -13535873 or 8353073. OLE color: 8353073.

HSL color Cylindrical-coordinate representation of color #31757F: hue angle of 187.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31757F is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB49117127-
CMYK0.610.0800.50
HSL187.69º44.32%34.51%-
HSV(B)187.69º61.42%49.8%-
XYZ11.4614.9122.35-
YUV97.81144.4793.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 127 (50% from 255) = 43.34%
R=16.72%
G=39.93%
B=43.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491171270.610.0800.50187.6944.3234.51
Hex31757F3D8032bc2c23
Octal6116517775100622745443
Binary110001111010111111111111011000011001010111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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