#327275

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

Shades of Atoll #327275

Tints of Atoll #327275

Color information

#327275 (or 0x327275) is unknown color: approx Atoll. HEX triplet: 32, 72 and 75. RGB value is (50,114,117). Sum of RGB (Red+Green+Blue) = 50+114+117=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #327275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327275 is #CD8D8A. Grayscale: #5F5F5F. Windows color (decimal): -13471115 or 7696946. OLE color: 7696946.

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

Color convert

RGB50114117-
CMYK0.570.0300.54
HSL182.69º40.12%32.75%-
HSV(B)182.69º57.26%45.88%-
XYZ10.541418.98-
YUV95.21140.395.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=17.79%
G=40.57%
B=41.64%

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
Decimal501141170.570.0300.54182.6940.1232.75
Hex327275393036b72821
Octal621621657130662675041
Binary1100101110010111010111100111011011010110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327275; }

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

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

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

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

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

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

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

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