Shades of Persian Blue #1636C2
Tints of Persian Blue #1636C2
RGB
CMYK
RGB Variations
Color information
#1636C2 (or 0x1636C2) is known color: Persian Blue. HEX triplet: 16, 36 and C2. RGB value is (22,54,194). Sum of RGB (Red+Green+Blue) = 22+54+194=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 194 (76.17% from 255 or 71.85% from 270); Max value from RGB is 194 - color contains mainly: blue. Hex color #1636C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636C2 is #E9C93D. Grayscale: #3B3B3B. Windows color (decimal): -15321406 or 12727830. OLE color: 12727830.
HSL color Cylindrical-coordinate representation of color #1636C2: hue angle of 228.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1636C2 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 54 | 194 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.24 |
| HSL | 228.84º | 0.8% | 0.42% | - |
| HSV(B) | 228.84º | 0.89% | 0.76% | - |
| XYZ | 11.39 | 6.7 | 51.73 | - |
| YUV | 60.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 194 | 0.89 | 0.72 | 0 | 0.24 | 228.84 | 0.8 | 0.42 |
| Hex | 16 | 36 | C2 | 59 | 48 | 0 | 18 | E5 | 50 | 2A |
| Octal | 26 | 66 | 302 | 131 | 110 | 0 | 30 | 345 | 120 | 52 |
| Binary | 10110 | 110110 | 11000010 | 1011001 | 1001000 | 0 | 11000 | 11100101 | 1010000 | 101010 |
Color Harmonies of #1636C2
Complementary color
Monochromatic Colors of #1636C2
Black with #1636C2
Text Example
Text Example
White with #1636C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636C2; }
p { color: rgb(22,54,194); }
H1.HeaderClassName
{
color: #1636C2;
}
.AnyTagClassName
{
color: #1636C2;
}
</style>
background-color css
<style>
a { background-color: #1636C2; }
a { background-color: rgb(22,54,194); }
div.DivClassName
{
background-color: #1636C2;
}
.BgClassName
{
background-color: #1636C2;
}
</style>
border-color css
<style>
span { border-color: #1636C2; }
span { border-color: rgb(22,54,194); }
td.TdClassName
{
border-color: #1636C2;
}
.TagClassName
{
border-color: #1636C2;
}
</style>