#318281

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

Shades of Atoll #318281

Tints of Atoll #318281

Color information

#318281 (or 0x318281) is unknown color: approx Atoll. HEX triplet: 31, 82 and 81. RGB value is (49,130,129). Sum of RGB (Red+Green+Blue) = 49+130+129=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #318281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318281 is #CE7D7E. Grayscale: #696969. Windows color (decimal): -13532543 or 8487473. OLE color: 8487473.

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

Color convert

RGB49130129-
CMYK0.6200.010.49
HSL179.26º45.25%35.1%-
HSV(B)179.26º62.31%50.98%-
XYZ13.2118.223.59-
YUV105.67141.1687.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=15.91%
G=42.21%
B=41.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301290.6200.010.49179.2645.2535.1
Hex3182813E0131b32d23
Octal612022017601612635543
Binary11000110000010100000011111100111000110110011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318281; }

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

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

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

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

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

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

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

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