#32AFBD

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

Shades of Pelorous #32AFBD

Tints of Pelorous #32AFBD

Color information

#32AFBD (or 0x32AFBD) is unknown color: approx Pelorous. HEX triplet: 32, AF and BD. RGB value is (50,175,189). Sum of RGB (Red+Green+Blue) = 50+175+189=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #32AFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFBD is #CD5042. Grayscale: #8B8B8B. Windows color (decimal): -13455427 or 12431154. OLE color: 12431154.

HSL color Cylindrical-coordinate representation of color #32AFBD: hue angle of 186.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32AFBD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50175189-
CMYK0.740.0700.26
HSL186.04º58.16%46.86%-
HSV(B)186.04º73.54%74.12%-
XYZ25.8335.0153.54-
YUV139.22156.0964.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.08%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=12.08%
G=42.27%
B=45.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501751890.740.0700.26186.0458.1646.86
Hex32AFBD4A701Aba3a2f
Octal6225727511270322727257
Binary1100101010111110111101100101011101101010111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,175,189); }

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

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

 a { background-color: rgb(50,175,189); }

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

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

 span { border-color: rgb(50,175,189); }

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