Shades of Persian Blue #0434DD
Tints of Persian Blue #0434DD
RGB
CMYK
RGB Variations
Color information
#0434DD (or 0x0434DD) is known color: Persian Blue. HEX triplet: 04, 34 and DD. RGB value is (4,52,221). Sum of RGB (Red+Green+Blue) = 4+52+221=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #0434DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0434DD is #FBCB22. Grayscale: #383838. Windows color (decimal): -16501539 or 14496772. OLE color: 14496772.
HSL color Cylindrical-coordinate representation of color #0434DD: hue angle of 226.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0434DD is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 52 | 221 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.13 |
| HSL | 226.73º | 0.96% | 0.44% | - |
| HSV(B) | 226.73º | 0.98% | 0.87% | - |
| XYZ | 14.33 | 7.7 | 69.14 | - |
| YUV | 56.91 | 220.6 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 221 | 0.98 | 0.76 | 0 | 0.13 | 226.73 | 0.96 | 0.44 |
| Hex | 4 | 34 | DD | 62 | 4C | 0 | D | E3 | 60 | 2C |
| Octal | 4 | 64 | 335 | 142 | 114 | 0 | 15 | 343 | 140 | 54 |
| Binary | 100 | 110100 | 11011101 | 1100010 | 1001100 | 0 | 1101 | 11100011 | 1100000 | 101100 |
Color Harmonies of #0434DD
Complementary color
Monochromatic Colors of #0434DD
Black with #0434DD
Text Example
Text Example
White with #0434DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0434DD; }
p { color: rgb(4,52,221); }
H1.HeaderClassName
{
color: #0434DD;
}
.AnyTagClassName
{
color: #0434DD;
}
</style>
background-color css
<style>
a { background-color: #0434DD; }
a { background-color: rgb(4,52,221); }
div.DivClassName
{
background-color: #0434DD;
}
.BgClassName
{
background-color: #0434DD;
}
</style>
border-color css
<style>
span { border-color: #0434DD; }
span { border-color: rgb(4,52,221); }
td.TdClassName
{
border-color: #0434DD;
}
.TagClassName
{
border-color: #0434DD;
}
</style>