#327E7B

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

Shades of Atoll #327E7B

Tints of Atoll #327E7B

Color information

#327E7B (or 0x327E7B) is unknown color: approx Atoll. HEX triplet: 32, 7E and 7B. RGB value is (50,126,123). Sum of RGB (Red+Green+Blue) = 50+126+123=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #327E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E7B is #CD8184. Grayscale: #666666. Windows color (decimal): -13468037 or 8093234. OLE color: 8093234.

HSL color Cylindrical-coordinate representation of color #327E7B: hue angle of 177.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E7B is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB50126123-
CMYK0.6000.020.51
HSL177.63º43.18%34.51%-
HSV(B)177.63º60.32%49.41%-
XYZ12.3517.0321.38-
YUV102.93139.3290.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 126 (49.61% from 255) = 42.14%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=16.72%
G=42.14%
B=41.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501261230.6000.020.51177.6343.1834.51
Hex327E7B3C0233b22b23
Octal621761737402632625343
Binary1100101111110111101111110001011001110110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327E7B; }

 p { color: rgb(50,126,123); }

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

<style>
 a { background-color: #327E7B; }

 a { background-color: rgb(50,126,123); }

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

<style>
 span { border-color: #327E7B; }

 span { border-color: rgb(50,126,123); }

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