Shades of Persian Blue #1C2CDE
Tints of Persian Blue #1C2CDE
RGB
CMYK
RGB Variations
Color information
#1C2CDE (or 0x1C2CDE) is known color: Persian Blue. HEX triplet: 1C, 2C and DE. RGB value is (28,44,222). Sum of RGB (Red+Green+Blue) = 28+44+222=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2CDE is #E3D321. Grayscale: #3A3A3A. Windows color (decimal): -14930722 or 14560284. OLE color: 14560284.
HSL color Cylindrical-coordinate representation of color #1C2CDE: hue angle of 235.05º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2CDE is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 44 | 222 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.13 |
| HSL | 235.05º | 0.78% | 0.49% | - |
| HSV(B) | 235.05º | 0.87% | 0.87% | - |
| XYZ | 14.56 | 7.32 | 69.75 | - |
| YUV | 59.51 | 219.7 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 222 | 0.87 | 0.80 | 0 | 0.13 | 235.05 | 0.78 | 0.49 |
| Hex | 1C | 2C | DE | 57 | 50 | 0 | D | EB | 4E | 31 |
| Octal | 34 | 54 | 336 | 127 | 120 | 0 | 15 | 353 | 116 | 61 |
| Binary | 11100 | 101100 | 11011110 | 1010111 | 1010000 | 0 | 1101 | 11101011 | 1001110 | 110001 |
Color Harmonies of #1C2CDE
Complementary color
Monochromatic Colors of #1C2CDE
Black with #1C2CDE
Text Example
Text Example
White with #1C2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2CDE; }
p { color: rgb(28,44,222); }
H1.HeaderClassName
{
color: #1C2CDE;
}
.AnyTagClassName
{
color: #1C2CDE;
}
</style>
background-color css
<style>
a { background-color: #1C2CDE; }
a { background-color: rgb(28,44,222); }
div.DivClassName
{
background-color: #1C2CDE;
}
.BgClassName
{
background-color: #1C2CDE;
}
</style>
border-color css
<style>
span { border-color: #1C2CDE; }
span { border-color: rgb(28,44,222); }
td.TdClassName
{
border-color: #1C2CDE;
}
.TagClassName
{
border-color: #1C2CDE;
}
</style>