#31707B

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

Shades of Atoll #31707B

Tints of Atoll #31707B

Color information

#31707B (or 0x31707B) is unknown color: approx Atoll. HEX triplet: 31, 70 and 7B. RGB value is (49,112,123). Sum of RGB (Red+Green+Blue) = 49+112+123=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #31707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31707B is #CE8F84. Grayscale: #5E5E5E. Windows color (decimal): -13537157 or 8089649. OLE color: 8089649.

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

Color convert

RGB49112123-
CMYK0.600.0900.52
HSL188.92º43.02%33.73%-
HSV(B)188.92º60.16%48.24%-
XYZ10.6413.6720.82-
YUV94.42144.1395.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=17.25%
G=39.44%
B=43.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal491121230.600.0900.52188.9243.0233.73
Hex31707B3C9034bd2b22
Octal6116017374110642755342
Binary110001111000011110111111001001011010010111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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