Shades of Pelorous #32A5C2
Tints of Pelorous #32A5C2
RGB
CMYK
RGB Variations
Color information
#32A5C2 (or 0x32A5C2) is known color: Pelorous. HEX triplet: 32, A5 and C2. RGB value is (50,165,194). Sum of RGB (Red+Green+Blue) = 50+165+194=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #32A5C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A5C2 is #CD5A3D. Grayscale: #858585. Windows color (decimal): -13457982 or 12756274. OLE color: 12756274.
HSL color Cylindrical-coordinate representation of color #32A5C2: hue angle of 192.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32A5C2 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 165 | 194 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.24 |
| HSL | 192.08º | 0.59% | 0.48% | - |
| HSV(B) | 192.08º | 0.74% | 0.76% | - |
| XYZ | 24.51 | 31.48 | 55.82 | - |
| YUV | 133.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 194 | 0.74 | 0.15 | 0 | 0.24 | 192.08 | 0.59 | 0.48 |
| Hex | 32 | A5 | C2 | 4A | F | 0 | 18 | C0 | 3B | 30 |
| Octal | 62 | 245 | 302 | 112 | 17 | 0 | 30 | 300 | 73 | 60 |
| Binary | 110010 | 10100101 | 11000010 | 1001010 | 1111 | 0 | 11000 | 11000000 | 111011 | 110000 |
Color Harmonies of #32A5C2
Complementary color
Monochromatic Colors of #32A5C2
Black with #32A5C2
Text Example
Text Example
White with #32A5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A5C2; }
p { color: rgb(50,165,194); }
H1.HeaderClassName
{
color: #32A5C2;
}
.AnyTagClassName
{
color: #32A5C2;
}
</style>
background-color css
<style>
a { background-color: #32A5C2; }
a { background-color: rgb(50,165,194); }
div.DivClassName
{
background-color: #32A5C2;
}
.BgClassName
{
background-color: #32A5C2;
}
</style>
border-color css
<style>
span { border-color: #32A5C2; }
span { border-color: rgb(50,165,194); }
td.TdClassName
{
border-color: #32A5C2;
}
.TagClassName
{
border-color: #32A5C2;
}
</style>