#317A81

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

Shades of Atoll #317A81

Tints of Atoll #317A81

Color information

#317A81 (or 0x317A81) is unknown color: approx Atoll. HEX triplet: 31, 7A and 81. RGB value is (49,122,129). Sum of RGB (Red+Green+Blue) = 49+122+129=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #317A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A81 is #CE857E. Grayscale: #646464. Windows color (decimal): -13534591 or 8485425. OLE color: 8485425.

HSL color Cylindrical-coordinate representation of color #317A81: hue angle of 185.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317A81 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49122129-
CMYK0.620.0500.49
HSL185.25º44.94%34.9%-
HSV(B)185.25º62.02%50.59%-
XYZ12.1916.1623.25-
YUV100.97143.8290.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 129 (50.78% from 255) = 43%
R=16.33%
G=40.67%
B=43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491221290.620.0500.49185.2544.9434.9
Hex317A813E5031b92d23
Octal611722017650612715543
Binary110001111101010000001111110101011000110111001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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