#318080

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

Shades of Atoll #318080

Tints of Atoll #318080

Color information

#318080 (or 0x318080) is unknown color: approx Atoll. HEX triplet: 31, 80 and 80. RGB value is (49,128,128). Sum of RGB (Red+Green+Blue) = 49+128+128=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #318080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318080 is #CE7F7F. Grayscale: #686868. Windows color (decimal): -13533056 or 8421425. OLE color: 8421425.

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

Color convert

RGB49128128-
CMYK0.62000.50
HSL180º44.63%34.71%-
HSV(B)180º61.72%50.2%-
XYZ12.8817.6523.15-
YUV104.38141.3388.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=16.07%
G=41.97%
B=41.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281280.62000.5018044.6334.71
Hex3180803E0032b42d23
Octal612002007600622645543
Binary11000110000000100000001111100011001010110100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318080; }

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

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

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

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

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

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

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

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