#32737B

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

Shades of Atoll #32737B

Tints of Atoll #32737B

Color information

#32737B (or 0x32737B) is unknown color: approx Atoll. HEX triplet: 32, 73 and 7B. RGB value is (50,115,123). Sum of RGB (Red+Green+Blue) = 50+115+123=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #32737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737B is #CD8C84. Grayscale: #606060. Windows color (decimal): -13470853 or 8090418. OLE color: 8090418.

HSL color Cylindrical-coordinate representation of color #32737B: hue angle of 186.58º 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 #32737B is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB50115123-
CMYK0.590.0700.52
HSL186.58º42.2%33.92%-
HSV(B)186.58º59.35%48.24%-
XYZ11.0214.3720.93-
YUV96.48142.9794.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=17.36%
G=39.93%
B=42.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501151230.590.0700.52186.5842.233.92
Hex32737B3B7034bb2a22
Octal621631737370642735242
Binary11001011100111111011111011111011010010111011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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