Shades of Persian Blue #0435C3
Tints of Persian Blue #0435C3
RGB
CMYK
RGB Variations
Color information
#0435C3 (or 0x0435C3) is known color: Persian Blue. HEX triplet: 04, 35 and C3. RGB value is (4,53,195). Sum of RGB (Red+Green+Blue) = 4+53+195=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 195 (76.56% from 255 or 77.38% from 252); Max value from RGB is 195 - color contains mainly: blue. Hex color #0435C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435C3 is #FBCA3C. Grayscale: #353535. Windows color (decimal): -16501309 or 12793092. OLE color: 12793092.
HSL color Cylindrical-coordinate representation of color #0435C3: hue angle of 224.61º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435C3 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 53 | 195 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.24 |
| HSL | 224.61º | 0.96% | 0.39% | - |
| HSV(B) | 224.61º | 0.98% | 0.76% | - |
| XYZ | 11.17 | 6.51 | 52.3 | - |
| YUV | 54.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 195 | 0.98 | 0.73 | 0 | 0.24 | 224.61 | 0.96 | 0.39 |
| Hex | 4 | 35 | C3 | 62 | 49 | 0 | 18 | E1 | 60 | 27 |
| Octal | 4 | 65 | 303 | 142 | 111 | 0 | 30 | 341 | 140 | 47 |
| Binary | 100 | 110101 | 11000011 | 1100010 | 1001001 | 0 | 11000 | 11100001 | 1100000 | 100111 |
Color Harmonies of #0435C3
Complementary color
Monochromatic Colors of #0435C3
Black with #0435C3
Text Example
Text Example
White with #0435C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0435C3; }
p { color: rgb(4,53,195); }
H1.HeaderClassName
{
color: #0435C3;
}
.AnyTagClassName
{
color: #0435C3;
}
</style>
background-color css
<style>
a { background-color: #0435C3; }
a { background-color: rgb(4,53,195); }
div.DivClassName
{
background-color: #0435C3;
}
.BgClassName
{
background-color: #0435C3;
}
</style>
border-color css
<style>
span { border-color: #0435C3; }
span { border-color: rgb(4,53,195); }
td.TdClassName
{
border-color: #0435C3;
}
.TagClassName
{
border-color: #0435C3;
}
</style>