Shades of Persian Blue #1C3EBC
Tints of Persian Blue #1C3EBC
RGB
CMYK
RGB Variations
Color information
#1C3EBC (or 0x1C3EBC) is known color: Persian Blue. HEX triplet: 1C, 3E and BC. RGB value is (28,62,188). Sum of RGB (Red+Green+Blue) = 28+62+188=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C3EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3EBC is #E3C143. Grayscale: #414141. Windows color (decimal): -14926148 or 12336668. OLE color: 12336668.
HSL color Cylindrical-coordinate representation of color #1C3EBC: hue angle of 227.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3EBC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 62 | 188 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.26 |
| HSL | 227.25º | 0.74% | 0.42% | - |
| HSV(B) | 227.25º | 0.85% | 0.74% | - |
| XYZ | 11.28 | 7.32 | 48.4 | - |
| YUV | 66.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 188 | 0.85 | 0.67 | 0 | 0.26 | 227.25 | 0.74 | 0.42 |
| Hex | 1C | 3E | BC | 55 | 43 | 0 | 1A | E3 | 4A | 2A |
| Octal | 34 | 76 | 274 | 125 | 103 | 0 | 32 | 343 | 112 | 52 |
| Binary | 11100 | 111110 | 10111100 | 1010101 | 1000011 | 0 | 11010 | 11100011 | 1001010 | 101010 |
Color Harmonies of #1C3EBC
Complementary color
Monochromatic Colors of #1C3EBC
Black with #1C3EBC
Text Example
Text Example
White with #1C3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3EBC; }
p { color: rgb(28,62,188); }
H1.HeaderClassName
{
color: #1C3EBC;
}
.AnyTagClassName
{
color: #1C3EBC;
}
</style>
background-color css
<style>
a { background-color: #1C3EBC; }
a { background-color: rgb(28,62,188); }
div.DivClassName
{
background-color: #1C3EBC;
}
.BgClassName
{
background-color: #1C3EBC;
}
</style>
border-color css
<style>
span { border-color: #1C3EBC; }
span { border-color: rgb(28,62,188); }
td.TdClassName
{
border-color: #1C3EBC;
}
.TagClassName
{
border-color: #1C3EBC;
}
</style>