#317A87

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

Shades of Atoll #317A87

Tints of Atoll #317A87

Color information

#317A87 (or 0x317A87) is unknown color: approx Atoll. HEX triplet: 31, 7A and 87. RGB value is (49,122,135). Sum of RGB (Red+Green+Blue) = 49+122+135=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #317A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A87 is #CE8578. Grayscale: #656565. Windows color (decimal): -13534585 or 8878641. OLE color: 8878641.

HSL color Cylindrical-coordinate representation of color #317A87: hue angle of 189.07º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317A87 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB49122135-
CMYK0.640.1000.47
HSL189.07º46.74%36.08%-
HSV(B)189.07º63.7%52.94%-
XYZ12.616.3225.41-
YUV101.65146.8290.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=16.01%
G=39.87%
B=44.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491221350.640.1000.47189.0746.7436.08
Hex317A8740A02Fbd2f24
Octal61172207100120572755744
Binary11000111110101000011110000001010010111110111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317A87; }

 p { color: rgb(49,122,135); }

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

<style>
 a { background-color: #317A87; }

 a { background-color: rgb(49,122,135); }

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

<style>
 span { border-color: #317A87; }

 span { border-color: rgb(49,122,135); }

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