#327278

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

Shades of Atoll #327278

Tints of Atoll #327278

Color information

#327278 (or 0x327278) is unknown color: approx Atoll. HEX triplet: 32, 72 and 78. RGB value is (50,114,120). Sum of RGB (Red+Green+Blue) = 50+114+120=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #327278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327278 is #CD8D87. Grayscale: #5F5F5F. Windows color (decimal): -13471112 or 7893554. OLE color: 7893554.

HSL color Cylindrical-coordinate representation of color #327278: hue angle of 185.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327278 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50114120-
CMYK0.580.0500.53
HSL185.14º41.18%33.33%-
HSV(B)185.14º58.33%47.06%-
XYZ10.7214.0719.92-
YUV95.55141.895.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=17.61%
G=40.14%
B=42.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501141200.580.0500.53185.1441.1833.33
Hex3272783A5035b92921
Octal621621707250652715141
Binary11001011100101111000111010101011010110111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327278; }

 p { color: rgb(50,114,120); }

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

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

 a { background-color: rgb(50,114,120); }

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

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

 span { border-color: rgb(50,114,120); }

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