#327175

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

Shades of Atoll #327175

Tints of Atoll #327175

Color information

#327175 (or 0x327175) is unknown color: approx Atoll. HEX triplet: 32, 71 and 75. RGB value is (50,113,117). Sum of RGB (Red+Green+Blue) = 50+113+117=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #327175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327175 is #CD8E8A. Grayscale: #5E5E5E. Windows color (decimal): -13471371 or 7696690. OLE color: 7696690.

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

Color convert

RGB50113117-
CMYK0.570.0300.54
HSL183.58º40.12%32.75%-
HSV(B)183.58º57.26%45.88%-
XYZ10.4313.7718.94-
YUV94.62140.6396.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=17.86%
G=40.36%
B=41.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501131170.570.0300.54183.5840.1232.75
Hex327175393036b82821
Octal621611657130662705041
Binary1100101110001111010111100111011011010111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327175; }

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

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

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

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

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

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

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

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