Shades of Persian Blue #1632CD
Tints of Persian Blue #1632CD
RGB
CMYK
RGB Variations
Color information
#1632CD (or 0x1632CD) is known color: Persian Blue. HEX triplet: 16, 32 and CD. RGB value is (22,50,205). Sum of RGB (Red+Green+Blue) = 22+50+205=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1632CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1632CD is #E9CD32. Grayscale: #3A3A3A. Windows color (decimal): -15322419 or 13447702. OLE color: 13447702.
HSL color Cylindrical-coordinate representation of color #1632CD: hue angle of 230.82º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1632CD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 50 | 205 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.20 |
| HSL | 230.82º | 0.81% | 0.45% | - |
| HSV(B) | 230.82º | 0.89% | 0.8% | - |
| XYZ | 12.49 | 6.86 | 58.42 | - |
| YUV | 59.3 | 210.22 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 205 | 0.89 | 0.76 | 0 | 0.20 | 230.82 | 0.81 | 0.45 |
| Hex | 16 | 32 | CD | 59 | 4C | 0 | 14 | E7 | 51 | 2D |
| Octal | 26 | 62 | 315 | 131 | 114 | 0 | 24 | 347 | 121 | 55 |
| Binary | 10110 | 110010 | 11001101 | 1011001 | 1001100 | 0 | 10100 | 11100111 | 1010001 | 101101 |
Color Harmonies of #1632CD
Complementary color
Monochromatic Colors of #1632CD
Black with #1632CD
Text Example
Text Example
White with #1632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1632CD; }
p { color: rgb(22,50,205); }
H1.HeaderClassName
{
color: #1632CD;
}
.AnyTagClassName
{
color: #1632CD;
}
</style>
background-color css
<style>
a { background-color: #1632CD; }
a { background-color: rgb(22,50,205); }
div.DivClassName
{
background-color: #1632CD;
}
.BgClassName
{
background-color: #1632CD;
}
</style>
border-color css
<style>
span { border-color: #1632CD; }
span { border-color: rgb(22,50,205); }
td.TdClassName
{
border-color: #1632CD;
}
.TagClassName
{
border-color: #1632CD;
}
</style>