#328081

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

Shades of Atoll #328081

Tints of Atoll #328081

Color information

#328081 (or 0x328081) is unknown color: approx Atoll. HEX triplet: 32, 80 and 81. RGB value is (50,128,129). Sum of RGB (Red+Green+Blue) = 50+128+129=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #328081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328081 is #CD7F7E. Grayscale: #686868. Windows color (decimal): -13467519 or 8486962. OLE color: 8486962.

HSL color Cylindrical-coordinate representation of color #328081: hue angle of 180.76º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328081 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50128129-
CMYK0.610.0100.49
HSL180.76º44.13%35.1%-
HSV(B)180.76º61.24%50.59%-
XYZ1317.723.5-
YUV104.79141.6688.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=16.29%
G=41.69%
B=42.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501281290.610.0100.49180.7644.1335.1
Hex3280813D1031b52c23
Octal622002017510612655443
Binary11001010000000100000011111011011000110110101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328081; }

 p { color: rgb(50,128,129); }

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

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

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

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

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

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

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