#327277

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

Shades of Atoll #327277

Tints of Atoll #327277

Color information

#327277 (or 0x327277) is unknown color: approx Atoll. HEX triplet: 32, 72 and 77. RGB value is (50,114,119). Sum of RGB (Red+Green+Blue) = 50+114+119=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #327277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327277 is #CD8D88. Grayscale: #5F5F5F. Windows color (decimal): -13471113 or 7828018. OLE color: 7828018.

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

Color convert

RGB50114119-
CMYK0.580.0400.53
HSL184.35º40.83%33.14%-
HSV(B)184.35º57.98%46.67%-
XYZ10.6614.0419.6-
YUV95.43141.395.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=17.67%
G=40.28%
B=42.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501141190.580.0400.53184.3540.8333.14
Hex3272773A4035b82921
Octal621621677240652705141
Binary11001011100101110111111010100011010110111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327277; }

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

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

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

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

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

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

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

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