#327985

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

Shades of Atoll #327985

Tints of Atoll #327985

Color information

#327985 (or 0x327985) is unknown color: approx Atoll. HEX triplet: 32, 79 and 85. RGB value is (50,121,133). Sum of RGB (Red+Green+Blue) = 50+121+133=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #327985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327985 is #CD867A. Grayscale: #656565. Windows color (decimal): -13469307 or 8747314. OLE color: 8747314.

HSL color Cylindrical-coordinate representation of color #327985: hue angle of 188.67º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327985 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50121133-
CMYK0.620.0900.48
HSL188.67º45.36%35.88%-
HSV(B)188.67º62.41%52.16%-
XYZ12.3916.0524.63-
YUV101.14145.9891.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=16.45%
G=39.80%
B=43.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501211330.620.0900.48188.6745.3635.88
Hex3279853E9030bd2d24
Octal6217120576110602755544
Binary1100101111001100001011111101001011000010111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327985; }

 p { color: rgb(50,121,133); }

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

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

 a { background-color: rgb(50,121,133); }

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

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

 span { border-color: rgb(50,121,133); }

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