Shades of Persian Blue #1638DD
Tints of Persian Blue #1638DD
RGB
CMYK
RGB Variations
Color information
#1638DD (or 0x1638DD) is known color: Persian Blue. HEX triplet: 16, 38 and DD. RGB value is (22,56,221). Sum of RGB (Red+Green+Blue) = 22+56+221=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #1638DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638DD is #E9C722. Grayscale: #3F3F3F. Windows color (decimal): -15320867 or 14497814. OLE color: 14497814.
HSL color Cylindrical-coordinate representation of color #1638DD: hue angle of 229.75º 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 #1638DD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 56 | 221 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.13 |
| HSL | 229.75º | 0.82% | 0.48% | - |
| HSV(B) | 229.75º | 0.9% | 0.87% | - |
| XYZ | 14.8 | 8.22 | 69.21 | - |
| YUV | 64.64 | 216.24 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 221 | 0.90 | 0.75 | 0 | 0.13 | 229.75 | 0.82 | 0.48 |
| Hex | 16 | 38 | DD | 5A | 4B | 0 | D | E6 | 52 | 30 |
| Octal | 26 | 70 | 335 | 132 | 113 | 0 | 15 | 346 | 122 | 60 |
| Binary | 10110 | 111000 | 11011101 | 1011010 | 1001011 | 0 | 1101 | 11100110 | 1010010 | 110000 |
Color Harmonies of #1638DD
Complementary color
Monochromatic Colors of #1638DD
Black with #1638DD
Text Example
Text Example
White with #1638DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638DD; }
p { color: rgb(22,56,221); }
H1.HeaderClassName
{
color: #1638DD;
}
.AnyTagClassName
{
color: #1638DD;
}
</style>
background-color css
<style>
a { background-color: #1638DD; }
a { background-color: rgb(22,56,221); }
div.DivClassName
{
background-color: #1638DD;
}
.BgClassName
{
background-color: #1638DD;
}
</style>
border-color css
<style>
span { border-color: #1638DD; }
span { border-color: rgb(22,56,221); }
td.TdClassName
{
border-color: #1638DD;
}
.TagClassName
{
border-color: #1638DD;
}
</style>