#328388

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

Shades of Atoll #328388

Tints of Atoll #328388

Color information

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

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

Color convert

RGB50131136-
CMYK0.630.0400.47
HSL183.49º46.24%36.47%-
HSV(B)183.49º63.24%53.33%-
XYZ13.8818.6926.17-
YUV107.35144.1687.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501311360.630.0400.47183.4946.2436.47
Hex3283883F402Fb72e24
Octal622032107740572675644
Binary1100101000001110001000111111100010111110110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328388; }

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

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

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

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

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

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

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

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