#326F79

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

Shades of Atoll #326F79

Tints of Atoll #326F79

Color information

#326F79 (or 0x326F79) is unknown color: approx Atoll. HEX triplet: 32, 6F and 79. RGB value is (50,111,121). Sum of RGB (Red+Green+Blue) = 50+111+121=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #326F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F79 is #CD9086. Grayscale: #5D5D5D. Windows color (decimal): -13471879 or 7958322. OLE color: 7958322.

HSL color Cylindrical-coordinate representation of color #326F79: hue angle of 188.45º 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 #326F79 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50111121-
CMYK0.590.0800.53
HSL188.45º41.52%33.53%-
HSV(B)188.45º58.68%47.45%-
XYZ10.4513.4320.13-
YUV93.9143.2996.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=17.73%
G=39.36%
B=42.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501111210.590.0800.53188.4541.5233.53
Hex326F793B8035bc2a22
Octal6215717173100652745242
Binary110010110111111110011110111000011010110111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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