#326F70

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

Shades of Atoll #326F70

Tints of Atoll #326F70

Color information

#326F70 (or 0x326F70) is unknown color: approx Atoll. HEX triplet: 32, 6F and 70. RGB value is (50,111,112). Sum of RGB (Red+Green+Blue) = 50+111+112=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #326F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F70 is #CD908F. Grayscale: #5C5C5C. Windows color (decimal): -13471888 or 7368498. OLE color: 7368498.

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

Color convert

RGB50111112-
CMYK0.550.0100.56
HSL180.97º38.27%31.76%-
HSV(B)180.97º55.36%43.92%-
XYZ9.9213.2217.36-
YUV92.88138.7997.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=18.32%
G=40.66%
B=41.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501111120.550.0100.56180.9738.2731.76
Hex326F70371038b52620
Octal621571606710702654640
Binary110010110111111100001101111011100010110101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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