#32A8BC

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

Shades of Pelorous #32A8BC

Tints of Pelorous #32A8BC

Color information

#32A8BC (or 0x32A8BC) is unknown color: approx Pelorous. HEX triplet: 32, A8 and BC. RGB value is (50,168,188). Sum of RGB (Red+Green+Blue) = 50+168+188=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #32A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A8BC is #CD5743. Grayscale: #868686. Windows color (decimal): -13457220 or 12363826. OLE color: 12363826.

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

Color convert

RGB50168188-
CMYK0.730.1100.26
HSL188.7º57.98%46.67%-
HSV(B)188.7º73.4%73.73%-
XYZ24.432.3152.53-
YUV135157.9167.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 168 (66.02% from 255) = 41.38%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=12.32%
G=41.38%
B=46.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501681880.730.1100.26188.757.9846.67
Hex32A8BC49B01Abd3a2f
Octal62250274111130322757257
Binary11001010101000101111001001001101101101010111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,168,188); }

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

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

 a { background-color: rgb(50,168,188); }

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

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

 span { border-color: rgb(50,168,188); }

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