#32757F

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

Shades of Atoll #32757F

Tints of Atoll #32757F

Color information

#32757F (or 0x32757F) is unknown color: approx Atoll. HEX triplet: 32, 75 and 7F. RGB value is (50,117,127). Sum of RGB (Red+Green+Blue) = 50+117+127=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #32757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32757F is #CD8A80. Grayscale: #626262. Windows color (decimal): -13470337 or 8353074. OLE color: 8353074.

HSL color Cylindrical-coordinate representation of color #32757F: hue angle of 187.79º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32757F is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50117127-
CMYK0.610.0800.50
HSL187.79º43.5%34.71%-
HSV(B)187.79º60.63%49.8%-
XYZ11.5114.9322.35-
YUV98.11144.393.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 127 (50% from 255) = 43.20%
R=17.01%
G=39.80%
B=43.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501171270.610.0800.50187.7943.534.71
Hex32757F3D8032bc2c23
Octal6216517775100622745443
Binary110010111010111111111111011000011001010111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32757F; }

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

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

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

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

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

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

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

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