#326E74

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

Shades of Atoll #326E74

Tints of Atoll #326E74

Color information

#326E74 (or 0x326E74) is unknown color: approx Atoll. HEX triplet: 32, 6E and 74. RGB value is (50,110,116). Sum of RGB (Red+Green+Blue) = 50+110+116=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #326E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E74 is #CD918B. Grayscale: #5C5C5C. Windows color (decimal): -13472140 or 7630386. OLE color: 7630386.

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

Color convert

RGB50110116-
CMYK0.570.0500.55
HSL185.45º39.76%32.55%-
HSV(B)185.45º56.9%45.49%-
XYZ10.0413.0918.52-
YUV92.74141.1297.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=18.12%
G=39.86%
B=42.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501101160.570.0500.55185.4539.7632.55
Hex326E74395037b92821
Octal621561647150672715041
Binary11001011011101110100111001101011011110111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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