Shades of Persian Blue #1635DD
Tints of Persian Blue #1635DD
RGB
CMYK
RGB Variations
Color information
#1635DD (or 0x1635DD) is known color: Persian Blue. HEX triplet: 16, 35 and DD. RGB value is (22,53,221). Sum of RGB (Red+Green+Blue) = 22+53+221=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #1635DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635DD is #E9CA22. Grayscale: #3E3E3E. Windows color (decimal): -15321635 or 14497046. OLE color: 14497046.
HSL color Cylindrical-coordinate representation of color #1635DD: hue angle of 230.65º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1635DD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 53 | 221 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.13 |
| HSL | 230.65º | 0.82% | 0.48% | - |
| HSV(B) | 230.65º | 0.9% | 0.87% | - |
| XYZ | 14.66 | 7.94 | 69.17 | - |
| YUV | 62.88 | 217.23 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 221 | 0.90 | 0.76 | 0 | 0.13 | 230.65 | 0.82 | 0.48 |
| Hex | 16 | 35 | DD | 5A | 4C | 0 | D | E7 | 52 | 30 |
| Octal | 26 | 65 | 335 | 132 | 114 | 0 | 15 | 347 | 122 | 60 |
| Binary | 10110 | 110101 | 11011101 | 1011010 | 1001100 | 0 | 1101 | 11100111 | 1010010 | 110000 |
Color Harmonies of #1635DD
Complementary color
Monochromatic Colors of #1635DD
Black with #1635DD
Text Example
Text Example
White with #1635DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635DD; }
p { color: rgb(22,53,221); }
H1.HeaderClassName
{
color: #1635DD;
}
.AnyTagClassName
{
color: #1635DD;
}
</style>
background-color css
<style>
a { background-color: #1635DD; }
a { background-color: rgb(22,53,221); }
div.DivClassName
{
background-color: #1635DD;
}
.BgClassName
{
background-color: #1635DD;
}
</style>
border-color css
<style>
span { border-color: #1635DD; }
span { border-color: rgb(22,53,221); }
td.TdClassName
{
border-color: #1635DD;
}
.TagClassName
{
border-color: #1635DD;
}
</style>