Shades of Persian Blue #1C35DF
Tints of Persian Blue #1C35DF
RGB
CMYK
RGB Variations
Color information
#1C35DF (or 0x1C35DF) is known color: Persian Blue. HEX triplet: 1C, 35 and DF. RGB value is (28,53,223). Sum of RGB (Red+Green+Blue) = 28+53+223=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C35DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C35DF is #E3CA20. Grayscale: #404040. Windows color (decimal): -14928417 or 14628124. OLE color: 14628124.
HSL color Cylindrical-coordinate representation of color #1C35DF: hue angle of 232.31º 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 #1C35DF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 53 | 223 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.13 |
| HSL | 232.31º | 0.78% | 0.49% | - |
| HSV(B) | 232.31º | 0.87% | 0.87% | - |
| XYZ | 15.07 | 8.12 | 70.59 | - |
| YUV | 64.91 | 217.22 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 223 | 0.87 | 0.76 | 0 | 0.13 | 232.31 | 0.78 | 0.49 |
| Hex | 1C | 35 | DF | 57 | 4C | 0 | D | E8 | 4E | 31 |
| Octal | 34 | 65 | 337 | 127 | 114 | 0 | 15 | 350 | 116 | 61 |
| Binary | 11100 | 110101 | 11011111 | 1010111 | 1001100 | 0 | 1101 | 11101000 | 1001110 | 110001 |
Color Harmonies of #1C35DF
Complementary color
Monochromatic Colors of #1C35DF
Black with #1C35DF
Text Example
Text Example
White with #1C35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C35DF; }
p { color: rgb(28,53,223); }
H1.HeaderClassName
{
color: #1C35DF;
}
.AnyTagClassName
{
color: #1C35DF;
}
</style>
background-color css
<style>
a { background-color: #1C35DF; }
a { background-color: rgb(28,53,223); }
div.DivClassName
{
background-color: #1C35DF;
}
.BgClassName
{
background-color: #1C35DF;
}
</style>
border-color css
<style>
span { border-color: #1C35DF; }
span { border-color: rgb(28,53,223); }
td.TdClassName
{
border-color: #1C35DF;
}
.TagClassName
{
border-color: #1C35DF;
}
</style>