Shades of Pelorous #32A7AD
Tints of Pelorous #32A7AD
RGB
CMYK
RGB Variations
Color information
#32A7AD (or 0x32A7AD) is known color: Pelorous. HEX triplet: 32, A7 and AD. RGB value is (50,167,173). Sum of RGB (Red+Green+Blue) = 50+167+173=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #32A7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A7AD is #CD5852. Grayscale: #848484. Windows color (decimal): -13457491 or 11380530. OLE color: 11380530.
HSL color Cylindrical-coordinate representation of color #32A7AD: hue angle of 182.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32A7AD is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 167 | 173 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.32 |
| HSL | 182.93º | 0.55% | 0.44% | - |
| HSV(B) | 182.93º | 0.71% | 0.68% | - |
| XYZ | 22.68 | 31.33 | 44.39 | - |
| YUV | 132.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 173 | 0.71 | 0.03 | 0 | 0.32 | 182.93 | 0.55 | 0.44 |
| Hex | 32 | A7 | AD | 47 | 3 | 0 | 20 | B7 | 37 | 2C |
| Octal | 62 | 247 | 255 | 107 | 3 | 0 | 40 | 267 | 67 | 54 |
| Binary | 110010 | 10100111 | 10101101 | 1000111 | 11 | 0 | 100000 | 10110111 | 110111 | 101100 |
Color Harmonies of #32A7AD
Complementary color
Monochromatic Colors of #32A7AD
Black with #32A7AD
Text Example
Text Example
White with #32A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A7AD; }
p { color: rgb(50,167,173); }
H1.HeaderClassName
{
color: #32A7AD;
}
.AnyTagClassName
{
color: #32A7AD;
}
</style>
background-color css
<style>
a { background-color: #32A7AD; }
a { background-color: rgb(50,167,173); }
div.DivClassName
{
background-color: #32A7AD;
}
.BgClassName
{
background-color: #32A7AD;
}
</style>
border-color css
<style>
span { border-color: #32A7AD; }
span { border-color: rgb(50,167,173); }
td.TdClassName
{
border-color: #32A7AD;
}
.TagClassName
{
border-color: #32A7AD;
}
</style>