#327F8B

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

Shades of Atoll #327F8B

Tints of Atoll #327F8B

Color information

#327F8B (or 0x327F8B) is unknown color: approx Atoll. HEX triplet: 32, 7F and 8B. RGB value is (50,127,139). Sum of RGB (Red+Green+Blue) = 50+127+139=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #327F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F8B is #CD8074. Grayscale: #696969. Windows color (decimal): -13467765 or 9142066. OLE color: 9142066.

HSL color Cylindrical-coordinate representation of color #327F8B: hue angle of 188.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327F8B is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50127139-
CMYK0.640.0900.45
HSL188.09º47.09%37.06%-
HSV(B)188.09º64.03%54.51%-
XYZ13.5617.7227.13-
YUV105.34146.9988.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=15.82%
G=40.19%
B=43.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501271390.640.0900.45188.0947.0937.06
Hex327F8B40902Dbc2f25
Octal62177213100110552745745
Binary11001011111111000101110000001001010110110111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F8B; }

 p { color: rgb(50,127,139); }

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

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

 a { background-color: rgb(50,127,139); }

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

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

 span { border-color: rgb(50,127,139); }

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