Shades of Persian Blue #0035C8
Tints of Persian Blue #0035C8
RGB
CMYK
RGB Variations
Color information
#0035C8 (or 0x0035C8) is known color: Persian Blue. HEX triplet: 00, 35 and C8. RGB value is (0,53,200). Sum of RGB (Red+Green+Blue) = 0+53+200=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 200 (78.52% from 255 or 79.05% from 253); Max value from RGB is 200 - color contains mainly: blue. Hex color #0035C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035C8 is #FFCA37. Grayscale: #353535. Windows color (decimal): -16763448 or 13120768. OLE color: 13120768.
HSL color Cylindrical-coordinate representation of color #0035C8: hue angle of 224.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035C8 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 53 | 200 | - |
| CMYK | 1 | 0.74 | 0 | 0.22 |
| HSL | 224.1º | 1% | 0.39% | - |
| HSV(B) | 224.1º | 1% | 0.78% | - |
| XYZ | 11.7 | 6.72 | 55.32 | - |
| YUV | 53.91 | 210.44 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 200 | 1 | 0.74 | 0 | 0.22 | 224.1 | 1 | 0.39 |
| Hex | 0 | 35 | C8 | 64 | 4A | 0 | 16 | E0 | 64 | 27 |
| Octal | 0 | 65 | 310 | 144 | 112 | 0 | 26 | 340 | 144 | 47 |
| Binary | 0 | 110101 | 11001000 | 1100100 | 1001010 | 0 | 10110 | 11100000 | 1100100 | 100111 |
Color Harmonies of #0035C8
Complementary color
Monochromatic Colors of #0035C8
Black with #0035C8
Text Example
Text Example
White with #0035C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035C8; }
p { color: rgb(0,53,200); }
H1.HeaderClassName
{
color: #0035C8;
}
.AnyTagClassName
{
color: #0035C8;
}
</style>
background-color css
<style>
a { background-color: #0035C8; }
a { background-color: rgb(0,53,200); }
div.DivClassName
{
background-color: #0035C8;
}
.BgClassName
{
background-color: #0035C8;
}
</style>
border-color css
<style>
span { border-color: #0035C8; }
span { border-color: rgb(0,53,200); }
td.TdClassName
{
border-color: #0035C8;
}
.TagClassName
{
border-color: #0035C8;
}
</style>