#326E7A

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

Shades of Atoll #326E7A

Tints of Atoll #326E7A

Color information

#326E7A (or 0x326E7A) is unknown color: approx Atoll. HEX triplet: 32, 6E and 7A. RGB value is (50,110,122). Sum of RGB (Red+Green+Blue) = 50+110+122=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #326E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E7A is #CD9185. Grayscale: #5D5D5D. Windows color (decimal): -13472134 or 8023602. OLE color: 8023602.

HSL color Cylindrical-coordinate representation of color #326E7A: hue angle of 190º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326E7A is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB50110122-
CMYK0.590.1000.52
HSL190º41.86%33.73%-
HSV(B)190º59.02%47.84%-
XYZ10.413.2420.42-
YUV93.43144.1297.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=17.73%
G=39.01%
B=43.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501101220.590.1000.5219041.8633.73
Hex326E7A3BA034be2a22
Octal6215617273120642765242
Binary110010110111011110101110111010011010010111110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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