#31707D

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

Shades of Atoll #31707D

Tints of Atoll #31707D

Color information

#31707D (or 0x31707D) is unknown color: approx Atoll. HEX triplet: 31, 70 and 7D. RGB value is (49,112,125). Sum of RGB (Red+Green+Blue) = 49+112+125=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #31707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31707D is #CE8F82. Grayscale: #5E5E5E. Windows color (decimal): -13537155 or 8220721. OLE color: 8220721.

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

Color convert

RGB49112125-
CMYK0.610.1000.51
HSL190.26º43.68%34.12%-
HSV(B)190.26º60.8%49.02%-
XYZ10.7613.7221.48-
YUV94.64145.1395.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=17.13%
G=39.16%
B=43.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491121250.610.1000.51190.2643.6834.12
Hex31707D3DA033be2c22
Octal6116017575120632765442
Binary110001111000011111011111011010011001110111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31707D; }

 p { color: rgb(49,112,125); }

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

<style>
 a { background-color: #31707D; }

 a { background-color: rgb(49,112,125); }

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

<style>
 span { border-color: #31707D; }

 span { border-color: rgb(49,112,125); }

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