Shades of Persian Blue #1C34DC
Tints of Persian Blue #1C34DC
RGB
CMYK
RGB Variations
Color information
#1C34DC (or 0x1C34DC) is known color: Persian Blue. HEX triplet: 1C, 34 and DC. RGB value is (28,52,220). Sum of RGB (Red+Green+Blue) = 28+52+220=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C34DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C34DC is #E3CB23. Grayscale: #3F3F3F. Windows color (decimal): -14928676 or 14431260. OLE color: 14431260.
HSL color Cylindrical-coordinate representation of color #1C34DC: hue angle of 232.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C34DC is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 52 | 220 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.14 |
| HSL | 232.5º | 0.77% | 0.49% | - |
| HSV(B) | 232.5º | 0.87% | 0.86% | - |
| XYZ | 14.63 | 7.87 | 68.46 | - |
| YUV | 63.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 220 | 0.87 | 0.76 | 0 | 0.14 | 232.5 | 0.77 | 0.49 |
| Hex | 1C | 34 | DC | 57 | 4C | 0 | E | E8 | 4D | 31 |
| Octal | 34 | 64 | 334 | 127 | 114 | 0 | 16 | 350 | 115 | 61 |
| Binary | 11100 | 110100 | 11011100 | 1010111 | 1001100 | 0 | 1110 | 11101000 | 1001101 | 110001 |
Color Harmonies of #1C34DC
Complementary color
Monochromatic Colors of #1C34DC
Black with #1C34DC
Text Example
Text Example
White with #1C34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C34DC; }
p { color: rgb(28,52,220); }
H1.HeaderClassName
{
color: #1C34DC;
}
.AnyTagClassName
{
color: #1C34DC;
}
</style>
background-color css
<style>
a { background-color: #1C34DC; }
a { background-color: rgb(28,52,220); }
div.DivClassName
{
background-color: #1C34DC;
}
.BgClassName
{
background-color: #1C34DC;
}
</style>
border-color css
<style>
span { border-color: #1C34DC; }
span { border-color: rgb(28,52,220); }
td.TdClassName
{
border-color: #1C34DC;
}
.TagClassName
{
border-color: #1C34DC;
}
</style>