#327478

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

Shades of Atoll #327478

Tints of Atoll #327478

Color information

#327478 (or 0x327478) is unknown color: approx Atoll. HEX triplet: 32, 74 and 78. RGB value is (50,116,120). Sum of RGB (Red+Green+Blue) = 50+116+120=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #327478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327478 is #CD8B87. Grayscale: #606060. Windows color (decimal): -13470600 or 7894066. OLE color: 7894066.

HSL color Cylindrical-coordinate representation of color #327478: hue angle of 183.43º 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 #327478 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50116120-
CMYK0.580.0300.53
HSL183.43º41.18%33.33%-
HSV(B)183.43º58.33%47.06%-
XYZ10.9514.5220-
YUV96.72141.1394.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=17.48%
G=40.56%
B=41.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501161200.580.0300.53183.4341.1833.33
Hex3274783A3035b72921
Octal621641707230652675141
Binary1100101110100111100011101011011010110110111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327478; }

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

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

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

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

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

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

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

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