Shades of Persian Blue #1634D0
Tints of Persian Blue #1634D0
RGB
CMYK
RGB Variations
Color information
#1634D0 (or 0x1634D0) is known color: Persian Blue. HEX triplet: 16, 34 and D0. RGB value is (22,52,208). Sum of RGB (Red+Green+Blue) = 22+52+208=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 208 (81.64% from 255 or 73.76% from 282); Max value from RGB is 208 - color contains mainly: blue. Hex color #1634D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634D0 is #E9CB2F. Grayscale: #3C3C3C. Windows color (decimal): -15321904 or 13644822. OLE color: 13644822.
HSL color Cylindrical-coordinate representation of color #1634D0: hue angle of 230.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1634D0 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 52 | 208 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.18 |
| HSL | 230.32º | 0.81% | 0.45% | - |
| HSV(B) | 230.32º | 0.89% | 0.82% | - |
| XYZ | 12.94 | 7.18 | 60.38 | - |
| YUV | 60.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 208 | 0.89 | 0.75 | 0 | 0.18 | 230.32 | 0.81 | 0.45 |
| Hex | 16 | 34 | D0 | 59 | 4B | 0 | 12 | E6 | 51 | 2D |
| Octal | 26 | 64 | 320 | 131 | 113 | 0 | 22 | 346 | 121 | 55 |
| Binary | 10110 | 110100 | 11010000 | 1011001 | 1001011 | 0 | 10010 | 11100110 | 1010001 | 101101 |
Color Harmonies of #1634D0
Complementary color
Monochromatic Colors of #1634D0
Black with #1634D0
Text Example
Text Example
White with #1634D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1634D0; }
p { color: rgb(22,52,208); }
H1.HeaderClassName
{
color: #1634D0;
}
.AnyTagClassName
{
color: #1634D0;
}
</style>
background-color css
<style>
a { background-color: #1634D0; }
a { background-color: rgb(22,52,208); }
div.DivClassName
{
background-color: #1634D0;
}
.BgClassName
{
background-color: #1634D0;
}
</style>
border-color css
<style>
span { border-color: #1634D0; }
span { border-color: rgb(22,52,208); }
td.TdClassName
{
border-color: #1634D0;
}
.TagClassName
{
border-color: #1634D0;
}
</style>