#327B82

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

Shades of Atoll #327B82

Tints of Atoll #327B82

Color information

#327B82 (or 0x327B82) is unknown color: approx Atoll. HEX triplet: 32, 7B and 82. RGB value is (50,123,130). Sum of RGB (Red+Green+Blue) = 50+123+130=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #327B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B82 is #CD847D. Grayscale: #656565. Windows color (decimal): -13468798 or 8551218. OLE color: 8551218.

HSL color Cylindrical-coordinate representation of color #327B82: hue angle of 185.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327B82 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50123130-
CMYK0.620.0500.49
HSL185.25º44.44%35.29%-
HSV(B)185.25º61.54%50.98%-
XYZ12.4316.4623.64-
YUV101.97143.8290.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=16.50%
G=40.59%
B=42.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501231300.620.0500.49185.2544.4435.29
Hex327B823E5031b92c23
Octal621732027650612715443
Binary110010111101110000010111110101011000110111001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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