#326F71

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

Shades of Atoll #326F71

Tints of Atoll #326F71

Color information

#326F71 (or 0x326F71) is unknown color: approx Atoll. HEX triplet: 32, 6F and 71. RGB value is (50,111,113). Sum of RGB (Red+Green+Blue) = 50+111+113=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #326F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F71 is #CD908E. Grayscale: #5C5C5C. Windows color (decimal): -13471887 or 7434034. OLE color: 7434034.

HSL color Cylindrical-coordinate representation of color #326F71: hue angle of 181.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326F71 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50111113-
CMYK0.560.0200.56
HSL181.9º38.65%31.96%-
HSV(B)181.9º55.75%44.31%-
XYZ9.9813.2417.65-
YUV92.99139.2997.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=18.25%
G=40.51%
B=41.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501111130.560.0200.56181.938.6531.96
Hex326F71382038b62720
Octal621571617020702664740
Binary1100101101111111000111100010011100010110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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