Shades of Persian Blue #1637CD
Tints of Persian Blue #1637CD
RGB
CMYK
RGB Variations
Color information
#1637CD (or 0x1637CD) is known color: Persian Blue. HEX triplet: 16, 37 and CD. RGB value is (22,55,205). Sum of RGB (Red+Green+Blue) = 22+55+205=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #1637CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1637CD is #E9C832. Grayscale: #3D3D3D. Windows color (decimal): -15321139 or 13448982. OLE color: 13448982.
HSL color Cylindrical-coordinate representation of color #1637CD: hue angle of 229.18º 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 #1637CD is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 55 | 205 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.20 |
| HSL | 229.18º | 0.81% | 0.45% | - |
| HSV(B) | 229.18º | 0.89% | 0.8% | - |
| XYZ | 12.72 | 7.31 | 58.5 | - |
| YUV | 62.23 | 208.57 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 205 | 0.89 | 0.73 | 0 | 0.20 | 229.18 | 0.81 | 0.45 |
| Hex | 16 | 37 | CD | 59 | 49 | 0 | 14 | E5 | 51 | 2D |
| Octal | 26 | 67 | 315 | 131 | 111 | 0 | 24 | 345 | 121 | 55 |
| Binary | 10110 | 110111 | 11001101 | 1011001 | 1001001 | 0 | 10100 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1637CD
Complementary color
Monochromatic Colors of #1637CD
Black with #1637CD
Text Example
Text Example
White with #1637CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637CD; }
p { color: rgb(22,55,205); }
H1.HeaderClassName
{
color: #1637CD;
}
.AnyTagClassName
{
color: #1637CD;
}
</style>
background-color css
<style>
a { background-color: #1637CD; }
a { background-color: rgb(22,55,205); }
div.DivClassName
{
background-color: #1637CD;
}
.BgClassName
{
background-color: #1637CD;
}
</style>
border-color css
<style>
span { border-color: #1637CD; }
span { border-color: rgb(22,55,205); }
td.TdClassName
{
border-color: #1637CD;
}
.TagClassName
{
border-color: #1637CD;
}
</style>