Shades of Persian Blue #1C3BEC
Tints of Persian Blue #1C3BEC
RGB
CMYK
RGB Variations
Color information
#1C3BEC (or 0x1C3BEC) is known color: Persian Blue. HEX triplet: 1C, 3B and EC. RGB value is (28,59,236). Sum of RGB (Red+Green+Blue) = 28+59+236=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C3BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3BEC is #E3C413. Grayscale: #454545. Windows color (decimal): -14926868 or 15481628. OLE color: 15481628.
HSL color Cylindrical-coordinate representation of color #1C3BEC: hue angle of 231.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3BEC is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 59 | 236 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.07 |
| HSL | 231.06º | 0.85% | 0.52% | - |
| HSV(B) | 231.06º | 0.88% | 0.93% | - |
| XYZ | 17.18 | 9.43 | 80.27 | - |
| YUV | 69.91 | 221.73 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 236 | 0.88 | 0.75 | 0 | 0.07 | 231.06 | 0.85 | 0.52 |
| Hex | 1C | 3B | EC | 58 | 4B | 0 | 7 | E7 | 55 | 34 |
| Octal | 34 | 73 | 354 | 130 | 113 | 0 | 7 | 347 | 125 | 64 |
| Binary | 11100 | 111011 | 11101100 | 1011000 | 1001011 | 0 | 111 | 11100111 | 1010101 | 110100 |
Color Harmonies of #1C3BEC
Complementary color
Monochromatic Colors of #1C3BEC
Black with #1C3BEC
Text Example
Text Example
White with #1C3BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3BEC; }
p { color: rgb(28,59,236); }
H1.HeaderClassName
{
color: #1C3BEC;
}
.AnyTagClassName
{
color: #1C3BEC;
}
</style>
background-color css
<style>
a { background-color: #1C3BEC; }
a { background-color: rgb(28,59,236); }
div.DivClassName
{
background-color: #1C3BEC;
}
.BgClassName
{
background-color: #1C3BEC;
}
</style>
border-color css
<style>
span { border-color: #1C3BEC; }
span { border-color: rgb(28,59,236); }
td.TdClassName
{
border-color: #1C3BEC;
}
.TagClassName
{
border-color: #1C3BEC;
}
</style>