#326E75

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

Shades of Atoll #326E75

Tints of Atoll #326E75

Color information

#326E75 (or 0x326E75) is unknown color: approx Atoll. HEX triplet: 32, 6E and 75. RGB value is (50,110,117). Sum of RGB (Red+Green+Blue) = 50+110+117=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #326E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E75 is #CD918A. Grayscale: #5C5C5C. Windows color (decimal): -13472139 or 7695922. OLE color: 7695922.

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

Color convert

RGB50110117-
CMYK0.570.0600.54
HSL186.27º40.12%32.75%-
HSV(B)186.27º57.26%45.88%-
XYZ10.113.1118.83-
YUV92.86141.6297.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=18.05%
G=39.71%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501101170.570.0600.54186.2740.1232.75
Hex326E75396036ba2821
Octal621561657160662725041
Binary11001011011101110101111001110011011010111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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