#31717B

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

Shades of Atoll #31717B

Tints of Atoll #31717B

Color information

#31717B (or 0x31717B) is unknown color: approx Atoll. HEX triplet: 31, 71 and 7B. RGB value is (49,113,123). Sum of RGB (Red+Green+Blue) = 49+113+123=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #31717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31717B is #CE8E84. Grayscale: #5E5E5E. Windows color (decimal): -13536901 or 8089905. OLE color: 8089905.

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

Color convert

RGB49113123-
CMYK0.600.0800.52
HSL188.11º43.02%33.73%-
HSV(B)188.11º60.16%48.24%-
XYZ10.7513.8920.85-
YUV95143.895.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=17.19%
G=39.65%
B=43.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491131230.600.0800.52188.1143.0233.73
Hex31717B3C8034bc2b22
Octal6116117374100642745342
Binary110001111000111110111111001000011010010111100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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