#32737A

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

Shades of Atoll #32737A

Tints of Atoll #32737A

Color information

#32737A (or 0x32737A) is unknown color: approx Atoll. HEX triplet: 32, 73 and 7A. RGB value is (50,115,122). Sum of RGB (Red+Green+Blue) = 50+115+122=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #32737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737A is #CD8C85. Grayscale: #606060. Windows color (decimal): -13470854 or 8024882. OLE color: 8024882.

HSL color Cylindrical-coordinate representation of color #32737A: hue angle of 185.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32737A is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB50115122-
CMYK0.590.0600.52
HSL185.83º41.86%33.73%-
HSV(B)185.83º59.02%47.84%-
XYZ10.9614.3420.6-
YUV96.36142.4794.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=17.42%
G=40.07%
B=42.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501151220.590.0600.52185.8341.8633.73
Hex32737A3B6034ba2a22
Octal621631727360642725242
Binary11001011100111111010111011110011010010111010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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