#317C80

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

Shades of Atoll #317C80

Tints of Atoll #317C80

Color information

#317C80 (or 0x317C80) is unknown color: approx Atoll. HEX triplet: 31, 7C and 80. RGB value is (49,124,128). Sum of RGB (Red+Green+Blue) = 49+124+128=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #317C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C80 is #CE837F. Grayscale: #656565. Windows color (decimal): -13534080 or 8420401. OLE color: 8420401.

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

Color convert

RGB49124128-
CMYK0.620.0300.50
HSL183.04º44.63%34.71%-
HSV(B)183.04º61.72%50.2%-
XYZ12.3716.6322.98-
YUV102.03142.6590.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=16.28%
G=41.20%
B=42.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491241280.620.0300.50183.0444.6334.71
Hex317C803E3032b72d23
Octal611742007630622675543
Binary11000111111001000000011111011011001010110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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