#32A3B0

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

Shades of Pelorous #32A3B0

Tints of Pelorous #32A3B0

Color information

#32A3B0 (or 0x32A3B0) is unknown color: approx Pelorous. HEX triplet: 32, A3 and B0. RGB value is (50,163,176). Sum of RGB (Red+Green+Blue) = 50+163+176=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #32A3B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A3B0 is #CD5C4F. Grayscale: #828282. Windows color (decimal): -13458512 or 11576114. OLE color: 11576114.

HSL color Cylindrical-coordinate representation of color #32A3B0: hue angle of 186.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32A3B0 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50163176-
CMYK0.720.0700.31
HSL186.19º55.75%44.31%-
HSV(B)186.19º71.59%69.02%-
XYZ22.2530.0145.69-
YUV130.7153.5670.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.85%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=12.85%
G=41.90%
B=45.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501631760.720.0700.31186.1955.7544.31
Hex32A3B048701Fba382c
Octal6224326011070372727054
Binary1100101010001110110000100100011101111110111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,163,176); }

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

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

 a { background-color: rgb(50,163,176); }

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

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

 span { border-color: rgb(50,163,176); }

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