#327982

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

Shades of Atoll #327982

Tints of Atoll #327982

Color information

#327982 (or 0x327982) is unknown color: approx Atoll. HEX triplet: 32, 79 and 82. RGB value is (50,121,130). Sum of RGB (Red+Green+Blue) = 50+121+130=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #327982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327982 is #CD867D. Grayscale: #646464. Windows color (decimal): -13469310 or 8550706. OLE color: 8550706.

HSL color Cylindrical-coordinate representation of color #327982: hue angle of 186.75º 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 #327982 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50121130-
CMYK0.620.0700.49
HSL186.75º44.44%35.29%-
HSV(B)186.75º61.54%50.98%-
XYZ12.1815.9623.56-
YUV100.8144.4891.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=16.61%
G=40.20%
B=43.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501211300.620.0700.49186.7544.4435.29
Hex3279823E7031bb2c23
Octal621712027670612735443
Binary110010111100110000010111110111011000110111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327982; }

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

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

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

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

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

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

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

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