#326E79

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

Shades of Atoll #326E79

Tints of Atoll #326E79

Color information

#326E79 (or 0x326E79) is unknown color: approx Atoll. HEX triplet: 32, 6E and 79. RGB value is (50,110,121). Sum of RGB (Red+Green+Blue) = 50+110+121=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #326E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E79 is #CD9186. Grayscale: #5D5D5D. Windows color (decimal): -13472135 or 7958066. OLE color: 7958066.

HSL color Cylindrical-coordinate representation of color #326E79: hue angle of 189.3º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326E79 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50110121-
CMYK0.590.0900.53
HSL189.3º41.52%33.53%-
HSV(B)189.3º58.68%47.45%-
XYZ10.3413.2120.09-
YUV93.31143.6297.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=17.79%
G=39.15%
B=43.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501101210.590.0900.53189.341.5233.53
Hex326E793B9035bd2a22
Octal6215617173110652755242
Binary110010110111011110011110111001011010110111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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