Shades of Persian Blue #1D35CE
Tints of Persian Blue #1D35CE
RGB
CMYK
RGB Variations
Color information
#1D35CE (or 0x1D35CE) is known color: Persian Blue. HEX triplet: 1D, 35 and CE. RGB value is (29,53,206). Sum of RGB (Red+Green+Blue) = 29+53+206=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D35CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D35CE is #E2CA31. Grayscale: #3E3E3E. Windows color (decimal): -14862898 or 13514013. OLE color: 13514013.
HSL color Cylindrical-coordinate representation of color #1D35CE: hue angle of 231.86º degrees, saturation: 0.75, 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 #1D35CE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 53 | 206 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.19 |
| HSL | 231.86º | 0.75% | 0.46% | - |
| HSV(B) | 231.86º | 0.86% | 0.81% | - |
| XYZ | 12.92 | 7.26 | 59.11 | - |
| YUV | 63.27 | 208.55 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 206 | 0.86 | 0.74 | 0 | 0.19 | 231.86 | 0.75 | 0.46 |
| Hex | 1D | 35 | CE | 56 | 4A | 0 | 13 | E8 | 4B | 2E |
| Octal | 35 | 65 | 316 | 126 | 112 | 0 | 23 | 350 | 113 | 56 |
| Binary | 11101 | 110101 | 11001110 | 1010110 | 1001010 | 0 | 10011 | 11101000 | 1001011 | 101110 |
Color Harmonies of #1D35CE
Complementary color
Monochromatic Colors of #1D35CE
Black with #1D35CE
Text Example
Text Example
White with #1D35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35CE; }
p { color: rgb(29,53,206); }
H1.HeaderClassName
{
color: #1D35CE;
}
.AnyTagClassName
{
color: #1D35CE;
}
</style>
background-color css
<style>
a { background-color: #1D35CE; }
a { background-color: rgb(29,53,206); }
div.DivClassName
{
background-color: #1D35CE;
}
.BgClassName
{
background-color: #1D35CE;
}
</style>
border-color css
<style>
span { border-color: #1D35CE; }
span { border-color: rgb(29,53,206); }
td.TdClassName
{
border-color: #1D35CE;
}
.TagClassName
{
border-color: #1D35CE;
}
</style>