#32737F

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

Shades of Atoll #32737F

Tints of Atoll #32737F

Color information

#32737F (or 0x32737F) is unknown color: approx Atoll. HEX triplet: 32, 73 and 7F. RGB value is (50,115,127). Sum of RGB (Red+Green+Blue) = 50+115+127=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #32737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737F is #CD8C80. Grayscale: #606060. Windows color (decimal): -13470849 or 8352562. OLE color: 8352562.

HSL color Cylindrical-coordinate representation of color #32737F: hue angle of 189.35º 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 #32737F is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50115127-
CMYK0.610.0900.50
HSL189.35º43.5%34.71%-
HSV(B)189.35º60.63%49.8%-
XYZ11.2814.4722.28-
YUV96.93144.9794.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 127 (50% from 255) = 43.49%
R=17.12%
G=39.38%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501151270.610.0900.50189.3543.534.71
Hex32737F3D9032bd2c23
Octal6216317775110622755443
Binary110010111001111111111111011001011001010111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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