Shades of Persian Blue #0034CD
Tints of Persian Blue #0034CD
RGB
CMYK
RGB Variations
Color information
#0034CD (or 0x0034CD) is known color: Persian Blue. HEX triplet: 00, 34 and CD. RGB value is (0,52,205). Sum of RGB (Red+Green+Blue) = 0+52+205=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #0034CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034CD is #FFCB32. Grayscale: #353535. Windows color (decimal): -16763699 or 13448192. OLE color: 13448192.
HSL color Cylindrical-coordinate representation of color #0034CD: hue angle of 224.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034CD is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 52 | 205 | - |
| CMYK | 1 | 0.75 | 0 | 0.20 |
| HSL | 224.78º | 1% | 0.4% | - |
| HSV(B) | 224.78º | 1% | 0.8% | - |
| XYZ | 12.25 | 6.86 | 58.44 | - |
| YUV | 53.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 205 | 1 | 0.75 | 0 | 0.20 | 224.78 | 1 | 0.4 |
| Hex | 0 | 34 | CD | 64 | 4B | 0 | 14 | E1 | 64 | 28 |
| Octal | 0 | 64 | 315 | 144 | 113 | 0 | 24 | 341 | 144 | 50 |
| Binary | 0 | 110100 | 11001101 | 1100100 | 1001011 | 0 | 10100 | 11100001 | 1100100 | 101000 |
Color Harmonies of #0034CD
Complementary color
Monochromatic Colors of #0034CD
Black with #0034CD
Text Example
Text Example
White with #0034CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034CD; }
p { color: rgb(0,52,205); }
H1.HeaderClassName
{
color: #0034CD;
}
.AnyTagClassName
{
color: #0034CD;
}
</style>
background-color css
<style>
a { background-color: #0034CD; }
a { background-color: rgb(0,52,205); }
div.DivClassName
{
background-color: #0034CD;
}
.BgClassName
{
background-color: #0034CD;
}
</style>
border-color css
<style>
span { border-color: #0034CD; }
span { border-color: rgb(0,52,205); }
td.TdClassName
{
border-color: #0034CD;
}
.TagClassName
{
border-color: #0034CD;
}
</style>