#327E8A

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

Shades of Atoll #327E8A

Tints of Atoll #327E8A

Color information

#327E8A (or 0x327E8A) is unknown color: approx Atoll. HEX triplet: 32, 7E and 8A. RGB value is (50,126,138). Sum of RGB (Red+Green+Blue) = 50+126+138=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #327E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E8A is #CD8175. Grayscale: #686868. Windows color (decimal): -13468022 or 9076274. OLE color: 9076274.

HSL color Cylindrical-coordinate representation of color #327E8A: hue angle of 188.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327E8A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50126138-
CMYK0.640.0900.46
HSL188.18º46.81%36.86%-
HSV(B)188.18º63.77%54.12%-
XYZ13.3617.4326.71-
YUV104.64146.8289.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=15.92%
G=40.13%
B=43.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501261380.640.0900.46188.1846.8136.86
Hex327E8A40902Ebc2f25
Octal62176212100110562745745
Binary11001011111101000101010000001001010111010111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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