#317C81

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

Shades of Atoll #317C81

Tints of Atoll #317C81

Color information

#317C81 (or 0x317C81) is unknown color: approx Atoll. HEX triplet: 31, 7C and 81. RGB value is (49,124,129). Sum of RGB (Red+Green+Blue) = 49+124+129=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #317C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C81 is #CE837E. Grayscale: #666666. Windows color (decimal): -13534079 or 8485937. OLE color: 8485937.

HSL color Cylindrical-coordinate representation of color #317C81: hue angle of 183.75º 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 #317C81 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49124129-
CMYK0.620.0400.49
HSL183.75º44.94%34.9%-
HSV(B)183.75º62.02%50.59%-
XYZ12.4416.6523.33-
YUV102.14143.1590.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 124 (48.83% from 255) = 41.06%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=16.23%
G=41.06%
B=42.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491241290.620.0400.49183.7544.9434.9
Hex317C813E4031b82d23
Octal611742017640612705543
Binary110001111110010000001111110100011000110111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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