#32737C

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

Shades of Atoll #32737C

Tints of Atoll #32737C

Color information

#32737C (or 0x32737C) is unknown color: approx Atoll. HEX triplet: 32, 73 and 7C. RGB value is (50,115,124). Sum of RGB (Red+Green+Blue) = 50+115+124=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #32737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737C is #CD8C83. Grayscale: #606060. Windows color (decimal): -13470852 or 8155954. OLE color: 8155954.

HSL color Cylindrical-coordinate representation of color #32737C: hue angle of 187.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32737C is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB50115124-
CMYK0.600.0700.51
HSL187.3º42.53%34.12%-
HSV(B)187.3º59.68%48.63%-
XYZ11.0814.3921.26-
YUV96.59143.4794.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=17.30%
G=39.79%
B=42.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501151240.600.0700.51187.342.5334.12
Hex32737C3C7033bb2b22
Octal621631747470632735342
Binary11001011100111111100111100111011001110111011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32737C; }

 p { color: rgb(50,115,124); }

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

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

 a { background-color: rgb(50,115,124); }

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

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

 span { border-color: rgb(50,115,124); }

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