#327881

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

Shades of Atoll #327881

Tints of Atoll #327881

Color information

#327881 (or 0x327881) is unknown color: approx Atoll. HEX triplet: 32, 78 and 81. RGB value is (50,120,129). Sum of RGB (Red+Green+Blue) = 50+120+129=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #327881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327881 is #CD877E. Grayscale: #636363. Windows color (decimal): -13469567 or 8484914. OLE color: 8484914.

HSL color Cylindrical-coordinate representation of color #327881: hue angle of 186.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327881 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50120129-
CMYK0.610.0700.49
HSL186.84º44.13%35.1%-
HSV(B)186.84º61.24%50.59%-
XYZ11.9915.723.17-
YUV100.1144.3192.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=16.72%
G=40.13%
B=43.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501201290.610.0700.49186.8444.1335.1
Hex3278813D7031bb2c23
Octal621702017570612735443
Binary110010111100010000001111101111011000110111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327881; }

 p { color: rgb(50,120,129); }

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

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

 a { background-color: rgb(50,120,129); }

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

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

 span { border-color: rgb(50,120,129); }

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