#328883

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

Shades of Atoll #328883

Tints of Atoll #328883

Color information

#328883 (or 0x328883) is unknown color: approx Atoll. HEX triplet: 32, 88 and 83. RGB value is (50,136,131). Sum of RGB (Red+Green+Blue) = 50+136+131=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #328883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328883 is #CD777C. Grayscale: #6D6D6D. Windows color (decimal): -13465469 or 8620082. OLE color: 8620082.

HSL color Cylindrical-coordinate representation of color #328883: hue angle of 176.51º 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 #328883 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB50136131-
CMYK0.6300.040.47
HSL176.51º46.24%36.47%-
HSV(B)176.51º63.24%53.33%-
XYZ14.2219.9324.57-
YUV109.72140.0185.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=15.77%
G=42.90%
B=41.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501361310.6300.040.47176.5146.2436.47
Hex3288833F042Fb12e24
Octal622102037704572615644
Binary1100101000100010000011111111010010111110110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328883; }

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

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

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

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

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

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

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

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