Shades of Persian Blue #0034DC
Tints of Persian Blue #0034DC
RGB
CMYK
RGB Variations
Color information
#0034DC (or 0x0034DC) is known color: Persian Blue. HEX triplet: 00, 34 and DC. RGB value is (0,52,220). Sum of RGB (Red+Green+Blue) = 0+52+220=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #0034DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034DC is #FFCB23. Grayscale: #363636. Windows color (decimal): -16763684 or 14431232. OLE color: 14431232.
HSL color Cylindrical-coordinate representation of color #0034DC: hue angle of 225.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034DC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 52 | 220 | - |
| CMYK | 1 | 0.76 | 0 | 0.14 |
| HSL | 225.82º | 1% | 0.43% | - |
| HSV(B) | 225.82º | 1% | 0.86% | - |
| XYZ | 14.15 | 7.62 | 68.44 | - |
| YUV | 55.6 | 220.77 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 220 | 1 | 0.76 | 0 | 0.14 | 225.82 | 1 | 0.43 |
| Hex | 0 | 34 | DC | 64 | 4C | 0 | E | E2 | 64 | 2B |
| Octal | 0 | 64 | 334 | 144 | 114 | 0 | 16 | 342 | 144 | 53 |
| Binary | 0 | 110100 | 11011100 | 1100100 | 1001100 | 0 | 1110 | 11100010 | 1100100 | 101011 |
Color Harmonies of #0034DC
Complementary color
Monochromatic Colors of #0034DC
Black with #0034DC
Text Example
Text Example
White with #0034DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034DC; }
p { color: rgb(0,52,220); }
H1.HeaderClassName
{
color: #0034DC;
}
.AnyTagClassName
{
color: #0034DC;
}
</style>
background-color css
<style>
a { background-color: #0034DC; }
a { background-color: rgb(0,52,220); }
div.DivClassName
{
background-color: #0034DC;
}
.BgClassName
{
background-color: #0034DC;
}
</style>
border-color css
<style>
span { border-color: #0034DC; }
span { border-color: rgb(0,52,220); }
td.TdClassName
{
border-color: #0034DC;
}
.TagClassName
{
border-color: #0034DC;
}
</style>