#326E78

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

Shades of Atoll #326E78

Tints of Atoll #326E78

Color information

#326E78 (or 0x326E78) is unknown color: approx Atoll. HEX triplet: 32, 6E and 78. RGB value is (50,110,120). Sum of RGB (Red+Green+Blue) = 50+110+120=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #326E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E78 is #CD9187. Grayscale: #5D5D5D. Windows color (decimal): -13472136 or 7892530. OLE color: 7892530.

HSL color Cylindrical-coordinate representation of color #326E78: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326E78 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50110120-
CMYK0.580.0800.53
HSL188.57º41.18%33.33%-
HSV(B)188.57º58.33%47.06%-
XYZ10.2813.1919.77-
YUV93.2143.1297.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501101200.580.0800.53188.5741.1833.33
Hex326E783A8035bd2921
Octal6215617072100652755141
Binary110010110111011110001110101000011010110111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326E78; }

 p { color: rgb(50,110,120); }

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

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

 a { background-color: rgb(50,110,120); }

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

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

 span { border-color: rgb(50,110,120); }

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