#328280

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

Shades of Atoll #328280

Tints of Atoll #328280

Color information

#328280 (or 0x328280) is unknown color: approx Atoll. HEX triplet: 32, 82 and 80. RGB value is (50,130,128). Sum of RGB (Red+Green+Blue) = 50+130+128=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #328280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328280 is #CD7D7F. Grayscale: #696969. Windows color (decimal): -13467008 or 8421938. OLE color: 8421938.

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

Color convert

RGB50130128-
CMYK0.6200.020.49
HSL178.5º44.44%35.29%-
HSV(B)178.5º61.54%50.98%-
XYZ13.1918.223.24-
YUV105.85140.588.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=16.23%
G=42.21%
B=41.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301280.6200.020.49178.544.4435.29
Hex3282803E0231b22c23
Octal622022007602612625443
Binary110010100000101000000011111001011000110110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328280; }

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

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

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

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

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

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

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

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