#327D87

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

Shades of Atoll #327D87

Tints of Atoll #327D87

Color information

#327D87 (or 0x327D87) is unknown color: approx Atoll. HEX triplet: 32, 7D and 87. RGB value is (50,125,135). Sum of RGB (Red+Green+Blue) = 50+125+135=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #327D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D87 is #CD8278. Grayscale: #676767. Windows color (decimal): -13468281 or 8879410. OLE color: 8879410.

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

Color convert

RGB50125135-
CMYK0.630.0700.47
HSL187.06º45.95%36.27%-
HSV(B)187.06º62.96%52.94%-
XYZ13.0217.0925.53-
YUV103.72145.6589.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=16.13%
G=40.32%
B=43.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501251350.630.0700.47187.0645.9536.27
Hex327D873F702Fbb2e24
Octal621752077770572735644
Binary110010111110110000111111111111010111110111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D87; }

 p { color: rgb(50,125,135); }

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

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

 a { background-color: rgb(50,125,135); }

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

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

 span { border-color: rgb(50,125,135); }

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