#326F76

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

Shades of Atoll #326F76

Tints of Atoll #326F76

Color information

#326F76 (or 0x326F76) is unknown color: approx Atoll. HEX triplet: 32, 6F and 76. RGB value is (50,111,118). Sum of RGB (Red+Green+Blue) = 50+111+118=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #326F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F76 is #CD9089. Grayscale: #5D5D5D. Windows color (decimal): -13471882 or 7761714. OLE color: 7761714.

HSL color Cylindrical-coordinate representation of color #326F76: hue angle of 186.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326F76 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50111118-
CMYK0.580.0600.54
HSL186.18º40.48%32.94%-
HSV(B)186.18º57.63%46.27%-
XYZ10.2713.3519.18-
YUV93.56141.7996.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=17.92%
G=39.78%
B=42.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501111180.580.0600.54186.1840.4832.94
Hex326F763A6036ba2821
Octal621571667260662725041
Binary11001011011111110110111010110011011010111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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