Shades of Persian Blue #1C36BC
Tints of Persian Blue #1C36BC
RGB
CMYK
RGB Variations
Color information
#1C36BC (or 0x1C36BC) is known color: Persian Blue. HEX triplet: 1C, 36 and BC. RGB value is (28,54,188). Sum of RGB (Red+Green+Blue) = 28+54+188=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C36BC is #E3C943. Grayscale: #3C3C3C. Windows color (decimal): -14928196 or 12334620. OLE color: 12334620.
HSL color Cylindrical-coordinate representation of color #1C36BC: hue angle of 230.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 #1C36BC is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 54 | 188 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.26 |
| HSL | 230.25º | 0.74% | 0.42% | - |
| HSV(B) | 230.25º | 0.85% | 0.74% | - |
| XYZ | 10.88 | 6.52 | 48.26 | - |
| YUV | 61.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 188 | 0.85 | 0.71 | 0 | 0.26 | 230.25 | 0.74 | 0.42 |
| Hex | 1C | 36 | BC | 55 | 47 | 0 | 1A | E6 | 4A | 2A |
| Octal | 34 | 66 | 274 | 125 | 107 | 0 | 32 | 346 | 112 | 52 |
| Binary | 11100 | 110110 | 10111100 | 1010101 | 1000111 | 0 | 11010 | 11100110 | 1001010 | 101010 |
Color Harmonies of #1C36BC
Complementary color
Monochromatic Colors of #1C36BC
Black with #1C36BC
Text Example
Text Example
White with #1C36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C36BC; }
p { color: rgb(28,54,188); }
H1.HeaderClassName
{
color: #1C36BC;
}
.AnyTagClassName
{
color: #1C36BC;
}
</style>
background-color css
<style>
a { background-color: #1C36BC; }
a { background-color: rgb(28,54,188); }
div.DivClassName
{
background-color: #1C36BC;
}
.BgClassName
{
background-color: #1C36BC;
}
</style>
border-color css
<style>
span { border-color: #1C36BC; }
span { border-color: rgb(28,54,188); }
td.TdClassName
{
border-color: #1C36BC;
}
.TagClassName
{
border-color: #1C36BC;
}
</style>