Shades of Pelorous #32A7B3
Tints of Pelorous #32A7B3
RGB
CMYK
RGB Variations
Color information
#32A7B3 (or 0x32A7B3) is known color: Pelorous. HEX triplet: 32, A7 and B3. RGB value is (50,167,179). Sum of RGB (Red+Green+Blue) = 50+167+179=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #32A7B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A7B3 is #CD584C. Grayscale: #858585. Windows color (decimal): -13457485 or 11773746. OLE color: 11773746.
HSL color Cylindrical-coordinate representation of color #32A7B3: hue angle of 185.58º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32A7B3 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 167 | 179 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.30 |
| HSL | 185.58º | 0.56% | 0.45% | - |
| HSV(B) | 185.58º | 0.72% | 0.7% | - |
| XYZ | 23.27 | 31.57 | 47.51 | - |
| YUV | 133.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 167 | 179 | 0.72 | 0.07 | 0 | 0.30 | 185.58 | 0.56 | 0.45 |
| Hex | 32 | A7 | B3 | 48 | 7 | 0 | 1E | BA | 38 | 2D |
| Octal | 62 | 247 | 263 | 110 | 7 | 0 | 36 | 272 | 70 | 55 |
| Binary | 110010 | 10100111 | 10110011 | 1001000 | 111 | 0 | 11110 | 10111010 | 111000 | 101101 |
Color Harmonies of #32A7B3
Complementary color
Monochromatic Colors of #32A7B3
Black with #32A7B3
Text Example
Text Example
White with #32A7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A7B3; }
p { color: rgb(50,167,179); }
H1.HeaderClassName
{
color: #32A7B3;
}
.AnyTagClassName
{
color: #32A7B3;
}
</style>
background-color css
<style>
a { background-color: #32A7B3; }
a { background-color: rgb(50,167,179); }
div.DivClassName
{
background-color: #32A7B3;
}
.BgClassName
{
background-color: #32A7B3;
}
</style>
border-color css
<style>
span { border-color: #32A7B3; }
span { border-color: rgb(50,167,179); }
td.TdClassName
{
border-color: #32A7B3;
}
.TagClassName
{
border-color: #32A7B3;
}
</style>