Shades of Persian Blue #1D35C4
Tints of Persian Blue #1D35C4
RGB
CMYK
RGB Variations
Color information
#1D35C4 (or 0x1D35C4) is known color: Persian Blue. HEX triplet: 1D, 35 and C4. RGB value is (29,53,196). Sum of RGB (Red+Green+Blue) = 29+53+196=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 196 (76.95% from 255 or 70.50% from 278); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D35C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D35C4 is #E2CA3B. Grayscale: #3D3D3D. Windows color (decimal): -14862908 or 12858653. OLE color: 12858653.
HSL color Cylindrical-coordinate representation of color #1D35C4: hue angle of 231.38º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D35C4 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 53 | 196 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.23 |
| HSL | 231.38º | 0.74% | 0.44% | - |
| HSV(B) | 231.38º | 0.85% | 0.77% | - |
| XYZ | 11.74 | 6.79 | 52.92 | - |
| YUV | 62.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 196 | 0.85 | 0.73 | 0 | 0.23 | 231.38 | 0.74 | 0.44 |
| Hex | 1D | 35 | C4 | 55 | 49 | 0 | 17 | E7 | 4A | 2C |
| Octal | 35 | 65 | 304 | 125 | 111 | 0 | 27 | 347 | 112 | 54 |
| Binary | 11101 | 110101 | 11000100 | 1010101 | 1001001 | 0 | 10111 | 11100111 | 1001010 | 101100 |
Color Harmonies of #1D35C4
Complementary color
Monochromatic Colors of #1D35C4
Black with #1D35C4
Text Example
Text Example
White with #1D35C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D35C4; }
p { color: rgb(29,53,196); }
H1.HeaderClassName
{
color: #1D35C4;
}
.AnyTagClassName
{
color: #1D35C4;
}
</style>
background-color css
<style>
a { background-color: #1D35C4; }
a { background-color: rgb(29,53,196); }
div.DivClassName
{
background-color: #1D35C4;
}
.BgClassName
{
background-color: #1D35C4;
}
</style>
border-color css
<style>
span { border-color: #1D35C4; }
span { border-color: rgb(29,53,196); }
td.TdClassName
{
border-color: #1D35C4;
}
.TagClassName
{
border-color: #1D35C4;
}
</style>