#328082

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

Shades of Atoll #328082

Tints of Atoll #328082

Color information

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

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

Color convert

RGB50128130-
CMYK0.620.0200.49
HSL181.5º44.44%35.29%-
HSV(B)181.5º61.54%50.98%-
XYZ13.0617.7323.85-
YUV104.91142.1688.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501281300.620.0200.49181.544.4435.29
Hex3280823E2031b62c23
Octal622002027620612665443
Binary110010100000001000001011111010011000110110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328082; }

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

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

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

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

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

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

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

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