#327E88

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

Shades of Atoll #327E88

Tints of Atoll #327E88

Color information

#327E88 (or 0x327E88) is unknown color: approx Atoll. HEX triplet: 32, 7E and 88. RGB value is (50,126,136). Sum of RGB (Red+Green+Blue) = 50+126+136=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #327E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E88 is #CD8177. Grayscale: #686868. Windows color (decimal): -13468024 or 8945202. OLE color: 8945202.

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

Color convert

RGB50126136-
CMYK0.630.0700.47
HSL186.98º46.24%36.47%-
HSV(B)186.98º63.24%53.33%-
XYZ13.2217.3825.95-
YUV104.42145.8289.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=16.03%
G=40.38%
B=43.59%

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
Decimal501261360.630.0700.47186.9846.2436.47
Hex327E883F702Fbb2e24
Octal621762107770572735644
Binary110010111111010001000111111111010111110111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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