Shades of Persian Blue #0436DF
Tints of Persian Blue #0436DF
RGB
CMYK
RGB Variations
Color information
#0436DF (or 0x0436DF) is known color: Persian Blue. HEX triplet: 04, 36 and DF. RGB value is (4,54,223). Sum of RGB (Red+Green+Blue) = 4+54+223=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #0436DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0436DF is #FBC920. Grayscale: #393939. Windows color (decimal): -16501025 or 14628356. OLE color: 14628356.
HSL color Cylindrical-coordinate representation of color #0436DF: hue angle of 226.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0436DF is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 54 | 223 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.13 |
| HSL | 226.3º | 0.96% | 0.45% | - |
| HSV(B) | 226.3º | 0.98% | 0.87% | - |
| XYZ | 14.69 | 7.99 | 70.58 | - |
| YUV | 58.32 | 220.94 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 223 | 0.98 | 0.76 | 0 | 0.13 | 226.3 | 0.96 | 0.45 |
| Hex | 4 | 36 | DF | 62 | 4C | 0 | D | E2 | 60 | 2D |
| Octal | 4 | 66 | 337 | 142 | 114 | 0 | 15 | 342 | 140 | 55 |
| Binary | 100 | 110110 | 11011111 | 1100010 | 1001100 | 0 | 1101 | 11100010 | 1100000 | 101101 |
Color Harmonies of #0436DF
Complementary color
Monochromatic Colors of #0436DF
Black with #0436DF
Text Example
Text Example
White with #0436DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0436DF; }
p { color: rgb(4,54,223); }
H1.HeaderClassName
{
color: #0436DF;
}
.AnyTagClassName
{
color: #0436DF;
}
</style>
background-color css
<style>
a { background-color: #0436DF; }
a { background-color: rgb(4,54,223); }
div.DivClassName
{
background-color: #0436DF;
}
.BgClassName
{
background-color: #0436DF;
}
</style>
border-color css
<style>
span { border-color: #0436DF; }
span { border-color: rgb(4,54,223); }
td.TdClassName
{
border-color: #0436DF;
}
.TagClassName
{
border-color: #0436DF;
}
</style>