Shades of Persian Blue #1C36EA
Tints of Persian Blue #1C36EA
RGB
CMYK
RGB Variations
Color information
#1C36EA (or 0x1C36EA) is known color: Persian Blue. HEX triplet: 1C, 36 and EA. RGB value is (28,54,234). Sum of RGB (Red+Green+Blue) = 28+54+234=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C36EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C36EA is #E3C915. Grayscale: #424242. Windows color (decimal): -14928150 or 15349276. OLE color: 15349276.
HSL color Cylindrical-coordinate representation of color #1C36EA: hue angle of 232.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C36EA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 54 | 234 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.08 |
| HSL | 232.43º | 0.83% | 0.51% | - |
| HSV(B) | 232.43º | 0.88% | 0.92% | - |
| XYZ | 16.65 | 8.83 | 78.67 | - |
| YUV | 66.75 | 222.39 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 234 | 0.88 | 0.77 | 0 | 0.08 | 232.43 | 0.83 | 0.51 |
| Hex | 1C | 36 | EA | 58 | 4D | 0 | 8 | E8 | 53 | 33 |
| Octal | 34 | 66 | 352 | 130 | 115 | 0 | 10 | 350 | 123 | 63 |
| Binary | 11100 | 110110 | 11101010 | 1011000 | 1001101 | 0 | 1000 | 11101000 | 1010011 | 110011 |
Color Harmonies of #1C36EA
Complementary color
Monochromatic Colors of #1C36EA
Black with #1C36EA
Text Example
Text Example
White with #1C36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C36EA; }
p { color: rgb(28,54,234); }
H1.HeaderClassName
{
color: #1C36EA;
}
.AnyTagClassName
{
color: #1C36EA;
}
</style>
background-color css
<style>
a { background-color: #1C36EA; }
a { background-color: rgb(28,54,234); }
div.DivClassName
{
background-color: #1C36EA;
}
.BgClassName
{
background-color: #1C36EA;
}
</style>
border-color css
<style>
span { border-color: #1C36EA; }
span { border-color: rgb(28,54,234); }
td.TdClassName
{
border-color: #1C36EA;
}
.TagClassName
{
border-color: #1C36EA;
}
</style>