Shades of Persian Blue #1634CE
Tints of Persian Blue #1634CE
RGB
CMYK
RGB Variations
Color information
#1634CE (or 0x1634CE) is known color: Persian Blue. HEX triplet: 16, 34 and CE. RGB value is (22,52,206). Sum of RGB (Red+Green+Blue) = 22+52+206=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1634CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634CE is #E9CB31. Grayscale: #3B3B3B. Windows color (decimal): -15321906 or 13513750. OLE color: 13513750.
HSL color Cylindrical-coordinate representation of color #1634CE: hue angle of 230.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1634CE is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 52 | 206 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.19 |
| HSL | 230.22º | 0.81% | 0.45% | - |
| HSV(B) | 230.22º | 0.89% | 0.81% | - |
| XYZ | 12.7 | 7.08 | 59.09 | - |
| YUV | 60.59 | 210.06 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 206 | 0.89 | 0.75 | 0 | 0.19 | 230.22 | 0.81 | 0.45 |
| Hex | 16 | 34 | CE | 59 | 4B | 0 | 13 | E6 | 51 | 2D |
| Octal | 26 | 64 | 316 | 131 | 113 | 0 | 23 | 346 | 121 | 55 |
| Binary | 10110 | 110100 | 11001110 | 1011001 | 1001011 | 0 | 10011 | 11100110 | 1010001 | 101101 |
Color Harmonies of #1634CE
Complementary color
Monochromatic Colors of #1634CE
Black with #1634CE
Text Example
Text Example
White with #1634CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1634CE; }
p { color: rgb(22,52,206); }
H1.HeaderClassName
{
color: #1634CE;
}
.AnyTagClassName
{
color: #1634CE;
}
</style>
background-color css
<style>
a { background-color: #1634CE; }
a { background-color: rgb(22,52,206); }
div.DivClassName
{
background-color: #1634CE;
}
.BgClassName
{
background-color: #1634CE;
}
</style>
border-color css
<style>
span { border-color: #1634CE; }
span { border-color: rgb(22,52,206); }
td.TdClassName
{
border-color: #1634CE;
}
.TagClassName
{
border-color: #1634CE;
}
</style>