#327077

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

Shades of Atoll #327077

Tints of Atoll #327077

Color information

#327077 (or 0x327077) is unknown color: approx Atoll. HEX triplet: 32, 70 and 77. RGB value is (50,112,119). Sum of RGB (Red+Green+Blue) = 50+112+119=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #327077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327077 is #CD8F88. Grayscale: #5E5E5E. Windows color (decimal): -13471625 or 7827506. OLE color: 7827506.

HSL color Cylindrical-coordinate representation of color #327077: hue angle of 186.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327077 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50112119-
CMYK0.580.0600.53
HSL186.09º40.83%33.14%-
HSV(B)186.09º57.98%46.67%-
XYZ10.4413.619.53-
YUV94.26141.9696.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=17.79%
G=39.86%
B=42.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501121190.580.0600.53186.0940.8333.14
Hex3270773A6035ba2921
Octal621601677260652725141
Binary11001011100001110111111010110011010110111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327077; }

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

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

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

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

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

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

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

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