Shades of Persian Blue #0435C4
Tints of Persian Blue #0435C4
RGB
CMYK
RGB Variations
Color information
#0435C4 (or 0x0435C4) is known color: Persian Blue. HEX triplet: 04, 35 and C4. RGB value is (4,53,196). Sum of RGB (Red+Green+Blue) = 4+53+196=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 196 (76.95% from 255 or 77.47% from 253); Max value from RGB is 196 - color contains mainly: blue. Hex color #0435C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435C4 is #FBCA3B. Grayscale: #363636. Windows color (decimal): -16501308 or 12858628. OLE color: 12858628.
HSL color Cylindrical-coordinate representation of color #0435C4: hue angle of 224.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435C4 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 53 | 196 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.23 |
| HSL | 224.69º | 0.96% | 0.39% | - |
| HSV(B) | 224.69º | 0.98% | 0.77% | - |
| XYZ | 11.29 | 6.56 | 52.9 | - |
| YUV | 54.65 | 207.77 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 196 | 0.98 | 0.73 | 0 | 0.23 | 224.69 | 0.96 | 0.39 |
| Hex | 4 | 35 | C4 | 62 | 49 | 0 | 17 | E1 | 60 | 27 |
| Octal | 4 | 65 | 304 | 142 | 111 | 0 | 27 | 341 | 140 | 47 |
| Binary | 100 | 110101 | 11000100 | 1100010 | 1001001 | 0 | 10111 | 11100001 | 1100000 | 100111 |
Color Harmonies of #0435C4
Complementary color
Monochromatic Colors of #0435C4
Black with #0435C4
Text Example
Text Example
White with #0435C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0435C4; }
p { color: rgb(4,53,196); }
H1.HeaderClassName
{
color: #0435C4;
}
.AnyTagClassName
{
color: #0435C4;
}
</style>
background-color css
<style>
a { background-color: #0435C4; }
a { background-color: rgb(4,53,196); }
div.DivClassName
{
background-color: #0435C4;
}
.BgClassName
{
background-color: #0435C4;
}
</style>
border-color css
<style>
span { border-color: #0435C4; }
span { border-color: rgb(4,53,196); }
td.TdClassName
{
border-color: #0435C4;
}
.TagClassName
{
border-color: #0435C4;
}
</style>