Shades of Persian Blue #1C35CF
Tints of Persian Blue #1C35CF
RGB
CMYK
RGB Variations
Color information
#1C35CF (or 0x1C35CF) is known color: Persian Blue. HEX triplet: 1C, 35 and CF. RGB value is (28,53,207). Sum of RGB (Red+Green+Blue) = 28+53+207=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C35CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C35CF is #E3CA30. Grayscale: #3E3E3E. Windows color (decimal): -14928433 or 13579548. OLE color: 13579548.
HSL color Cylindrical-coordinate representation of color #1C35CF: hue angle of 231.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C35CF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 53 | 207 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.19 |
| HSL | 231.62º | 0.76% | 0.46% | - |
| HSV(B) | 231.62º | 0.86% | 0.81% | - |
| XYZ | 13.01 | 7.3 | 59.75 | - |
| YUV | 63.08 | 209.22 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 207 | 0.86 | 0.74 | 0 | 0.19 | 231.62 | 0.76 | 0.46 |
| Hex | 1C | 35 | CF | 56 | 4A | 0 | 13 | E8 | 4C | 2E |
| Octal | 34 | 65 | 317 | 126 | 112 | 0 | 23 | 350 | 114 | 56 |
| Binary | 11100 | 110101 | 11001111 | 1010110 | 1001010 | 0 | 10011 | 11101000 | 1001100 | 101110 |
Color Harmonies of #1C35CF
Complementary color
Monochromatic Colors of #1C35CF
Black with #1C35CF
Text Example
Text Example
White with #1C35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C35CF; }
p { color: rgb(28,53,207); }
H1.HeaderClassName
{
color: #1C35CF;
}
.AnyTagClassName
{
color: #1C35CF;
}
</style>
background-color css
<style>
a { background-color: #1C35CF; }
a { background-color: rgb(28,53,207); }
div.DivClassName
{
background-color: #1C35CF;
}
.BgClassName
{
background-color: #1C35CF;
}
</style>
border-color css
<style>
span { border-color: #1C35CF; }
span { border-color: rgb(28,53,207); }
td.TdClassName
{
border-color: #1C35CF;
}
.TagClassName
{
border-color: #1C35CF;
}
</style>