#327075

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

Shades of Atoll #327075

Tints of Atoll #327075

Color information

#327075 (or 0x327075) is unknown color: approx Atoll. HEX triplet: 32, 70 and 75. RGB value is (50,112,117). Sum of RGB (Red+Green+Blue) = 50+112+117=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #327075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327075 is #CD8F8A. Grayscale: #5D5D5D. Windows color (decimal): -13471627 or 7696434. OLE color: 7696434.

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

Color convert

RGB50112117-
CMYK0.570.0400.54
HSL184.48º40.12%32.75%-
HSV(B)184.48º57.26%45.88%-
XYZ10.3213.5518.9-
YUV94.03140.9696.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=17.92%
G=40.14%
B=41.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501121170.570.0400.54184.4840.1232.75
Hex327075394036b82821
Octal621601657140662705041
Binary11001011100001110101111001100011011010111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327075; }

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

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

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

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

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

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

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

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