Shades of Persian Blue #0034C9
Tints of Persian Blue #0034C9
RGB
CMYK
RGB Variations
Color information
#0034C9 (or 0x0034C9) is known color: Persian Blue. HEX triplet: 00, 34 and C9. RGB value is (0,52,201). Sum of RGB (Red+Green+Blue) = 0+52+201=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 201 (78.91% from 255 or 79.45% from 253); Max value from RGB is 201 - color contains mainly: blue. Hex color #0034C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0034C9 is #FFCB36. Grayscale: #343434. Windows color (decimal): -16763703 or 13186048. OLE color: 13186048.
HSL color Cylindrical-coordinate representation of color #0034C9: hue angle of 224.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0034C9 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 52 | 201 | - |
| CMYK | 1 | 0.74 | 0 | 0.21 |
| HSL | 224.48º | 1% | 0.39% | - |
| HSV(B) | 224.48º | 1% | 0.79% | - |
| XYZ | 11.77 | 6.67 | 55.93 | - |
| YUV | 53.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 201 | 1 | 0.74 | 0 | 0.21 | 224.48 | 1 | 0.39 |
| Hex | 0 | 34 | C9 | 64 | 4A | 0 | 15 | E0 | 64 | 27 |
| Octal | 0 | 64 | 311 | 144 | 112 | 0 | 25 | 340 | 144 | 47 |
| Binary | 0 | 110100 | 11001001 | 1100100 | 1001010 | 0 | 10101 | 11100000 | 1100100 | 100111 |
Color Harmonies of #0034C9
Complementary color
Monochromatic Colors of #0034C9
Black with #0034C9
Text Example
Text Example
White with #0034C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0034C9; }
p { color: rgb(0,52,201); }
H1.HeaderClassName
{
color: #0034C9;
}
.AnyTagClassName
{
color: #0034C9;
}
</style>
background-color css
<style>
a { background-color: #0034C9; }
a { background-color: rgb(0,52,201); }
div.DivClassName
{
background-color: #0034C9;
}
.BgClassName
{
background-color: #0034C9;
}
</style>
border-color css
<style>
span { border-color: #0034C9; }
span { border-color: rgb(0,52,201); }
td.TdClassName
{
border-color: #0034C9;
}
.TagClassName
{
border-color: #0034C9;
}
</style>