#327475

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

Shades of Atoll #327475

Tints of Atoll #327475

Color information

#327475 (or 0x327475) is unknown color: approx Atoll. HEX triplet: 32, 74 and 75. RGB value is (50,116,117). Sum of RGB (Red+Green+Blue) = 50+116+117=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #327475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327475 is #CD8B8A. Grayscale: #606060. Windows color (decimal): -13470603 or 7697458. OLE color: 7697458.

HSL color Cylindrical-coordinate representation of color #327475: hue angle of 180.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327475 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50116117-
CMYK0.570.0100.54
HSL180.9º40.12%32.75%-
HSV(B)180.9º57.26%45.88%-
XYZ10.7714.4519.05-
YUV96.38139.6394.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=17.67%
G=40.99%
B=41.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501161170.570.0100.54180.940.1232.75
Hex327475391036b52821
Octal621641657110662655041
Binary110010111010011101011110011011011010110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327475; }

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

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

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

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

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

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

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

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