#328488

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

Shades of Atoll #328488

Tints of Atoll #328488

Color information

#328488 (or 0x328488) is unknown color: approx Atoll. HEX triplet: 32, 84 and 88. RGB value is (50,132,136). Sum of RGB (Red+Green+Blue) = 50+132+136=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #328488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328488 is #CD7B77. Grayscale: #6B6B6B. Windows color (decimal): -13466488 or 8946738. OLE color: 8946738.

HSL color Cylindrical-coordinate representation of color #328488: hue angle of 182.79º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328488 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50132136-
CMYK0.630.0300.47
HSL182.79º46.24%36.47%-
HSV(B)182.79º63.24%53.33%-
XYZ14.0118.9626.21-
YUV107.94143.8386.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=15.72%
G=41.51%
B=42.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501321360.630.0300.47182.7946.2436.47
Hex3284883F302Fb72e24
Octal622042107730572675644
Binary110010100001001000100011111111010111110110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328488; }

 p { color: rgb(50,132,136); }

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

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

 a { background-color: rgb(50,132,136); }

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

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

 span { border-color: rgb(50,132,136); }

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