#32A4BA

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

Shades of Pelorous #32A4BA

Tints of Pelorous #32A4BA

Color information

#32A4BA (or 0x32A4BA) is unknown color: approx Pelorous. HEX triplet: 32, A4 and BA. RGB value is (50,164,186). Sum of RGB (Red+Green+Blue) = 50+164+186=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #32A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A4BA is #CD5B45. Grayscale: #848484. Windows color (decimal): -13458246 or 12231730. OLE color: 12231730.

HSL color Cylindrical-coordinate representation of color #32A4BA: hue angle of 189.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32A4BA is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50164186-
CMYK0.730.1200.27
HSL189.71º57.63%46.27%-
HSV(B)189.71º73.12%72.94%-
XYZ23.4530.7751.16-
YUV132.42158.2369.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=12.5%
G=41%
B=46.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501641860.730.1200.27189.7157.6346.27
Hex32A4BA49C01Bbe3a2e
Octal62244272111140332767256
Binary11001010100100101110101001001110001101110111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A4BA; }

 p { color: rgb(50,164,186); }

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

<style>
 a { background-color: #32A4BA; }

 a { background-color: rgb(50,164,186); }

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

<style>
 span { border-color: #32A4BA; }

 span { border-color: rgb(50,164,186); }

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