#32a6be

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

Shades of Pelorous #32A6BE

Tints of Pelorous #32A6BE

Color information

#32A6BE (or 0x32A6BE) is unknown color: approx Pelorous. HEX triplet: 32, A6 and BE. RGB value is (50,166,190). Sum of RGB (Red+Green+Blue) = 50+166+190=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #32A6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A6BE is #CD5941. Grayscale: #858585. Windows color (decimal): -13457730 or 12494386. OLE color: 12494386.

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

Color convert

RGB50166190-
CMYK0.740.1300.25
HSL190.29º58.33%47.06%-
HSV(B)190.29º73.68%74.51%-
XYZ24.2531.6753.55-
YUV134.05159.5768.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=12.32%
G=40.89%
B=46.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501661900.740.1300.25190.2958.3347.06
Hex32A6BE4AD019be3a2f
Octal62246276112150312767257
Binary11001010100110101111101001010110101100110111110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32a6be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,166,190); }

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

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

 a { background-color: rgb(50,166,190); }

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

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

 span { border-color: rgb(50,166,190); }

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