Shades of Persian Blue #1C3BB0
Tints of Persian Blue #1C3BB0
RGB
CMYK
RGB Variations
Color information
#1C3BB0 (or 0x1C3BB0) is known color: Persian Blue. HEX triplet: 1C, 3B and B0. RGB value is (28,59,176). Sum of RGB (Red+Green+Blue) = 28+59+176=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 176 (69.14% from 255 or 66.92% from 263); Max value from RGB is 176 - color contains mainly: blue. Hex color #1C3BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3BB0 is #E3C44F. Grayscale: #3E3E3E. Windows color (decimal): -14926928 or 11549468. OLE color: 11549468.
HSL color Cylindrical-coordinate representation of color #1C3BB0: hue angle of 227.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3BB0 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 59 | 176 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.31 |
| HSL | 227.43º | 0.73% | 0.4% | - |
| HSV(B) | 227.43º | 0.84% | 0.69% | - |
| XYZ | 9.88 | 6.51 | 41.81 | - |
| YUV | 63.07 | 191.73 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 176 | 0.84 | 0.66 | 0 | 0.31 | 227.43 | 0.73 | 0.4 |
| Hex | 1C | 3B | B0 | 54 | 42 | 0 | 1F | E3 | 49 | 28 |
| Octal | 34 | 73 | 260 | 124 | 102 | 0 | 37 | 343 | 111 | 50 |
| Binary | 11100 | 111011 | 10110000 | 1010100 | 1000010 | 0 | 11111 | 11100011 | 1001001 | 101000 |
Color Harmonies of #1C3BB0
Complementary color
Monochromatic Colors of #1C3BB0
Black with #1C3BB0
Text Example
Text Example
White with #1C3BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3BB0; }
p { color: rgb(28,59,176); }
H1.HeaderClassName
{
color: #1C3BB0;
}
.AnyTagClassName
{
color: #1C3BB0;
}
</style>
background-color css
<style>
a { background-color: #1C3BB0; }
a { background-color: rgb(28,59,176); }
div.DivClassName
{
background-color: #1C3BB0;
}
.BgClassName
{
background-color: #1C3BB0;
}
</style>
border-color css
<style>
span { border-color: #1C3BB0; }
span { border-color: rgb(28,59,176); }
td.TdClassName
{
border-color: #1C3BB0;
}
.TagClassName
{
border-color: #1C3BB0;
}
</style>