Shades of Persian Blue #1634BC
Tints of Persian Blue #1634BC
RGB
CMYK
RGB Variations
Color information
#1634BC (or 0x1634BC) is known color: Persian Blue. HEX triplet: 16, 34 and BC. RGB value is (22,52,188). Sum of RGB (Red+Green+Blue) = 22+52+188=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1634BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1634BC is #E9CB43. Grayscale: #393939. Windows color (decimal): -15321924 or 12334102. OLE color: 12334102.
HSL color Cylindrical-coordinate representation of color #1634BC: hue angle of 229.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1634BC is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 52 | 188 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.26 |
| HSL | 229.16º | 0.79% | 0.41% | - |
| HSV(B) | 229.16º | 0.88% | 0.74% | - |
| XYZ | 10.64 | 6.26 | 48.22 | - |
| YUV | 58.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 188 | 0.88 | 0.72 | 0 | 0.26 | 229.16 | 0.79 | 0.41 |
| Hex | 16 | 34 | BC | 58 | 48 | 0 | 1A | E5 | 4F | 29 |
| Octal | 26 | 64 | 274 | 130 | 110 | 0 | 32 | 345 | 117 | 51 |
| Binary | 10110 | 110100 | 10111100 | 1011000 | 1001000 | 0 | 11010 | 11100101 | 1001111 | 101001 |
Color Harmonies of #1634BC
Complementary color
Monochromatic Colors of #1634BC
Black with #1634BC
Text Example
Text Example
White with #1634BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1634BC; }
p { color: rgb(22,52,188); }
H1.HeaderClassName
{
color: #1634BC;
}
.AnyTagClassName
{
color: #1634BC;
}
</style>
background-color css
<style>
a { background-color: #1634BC; }
a { background-color: rgb(22,52,188); }
div.DivClassName
{
background-color: #1634BC;
}
.BgClassName
{
background-color: #1634BC;
}
</style>
border-color css
<style>
span { border-color: #1634BC; }
span { border-color: rgb(22,52,188); }
td.TdClassName
{
border-color: #1634BC;
}
.TagClassName
{
border-color: #1634BC;
}
</style>