Shades of Persian Blue #0035CE
Tints of Persian Blue #0035CE
RGB
CMYK
RGB Variations
Color information
#0035CE (or 0x0035CE) is known color: Persian Blue. HEX triplet: 00, 35 and CE. RGB value is (0,53,206). Sum of RGB (Red+Green+Blue) = 0+53+206=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #0035CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035CE is #FFCA31. Grayscale: #353535. Windows color (decimal): -16763442 or 13513984. OLE color: 13513984.
HSL color Cylindrical-coordinate representation of color #0035CE: hue angle of 224.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035CE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 53 | 206 | - |
| CMYK | 1 | 0.74 | 0 | 0.19 |
| HSL | 224.56º | 1% | 0.4% | - |
| HSV(B) | 224.56º | 1% | 0.81% | - |
| XYZ | 12.41 | 7 | 59.09 | - |
| YUV | 54.6 | 213.44 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 206 | 1 | 0.74 | 0 | 0.19 | 224.56 | 1 | 0.4 |
| Hex | 0 | 35 | CE | 64 | 4A | 0 | 13 | E1 | 64 | 28 |
| Octal | 0 | 65 | 316 | 144 | 112 | 0 | 23 | 341 | 144 | 50 |
| Binary | 0 | 110101 | 11001110 | 1100100 | 1001010 | 0 | 10011 | 11100001 | 1100100 | 101000 |
Color Harmonies of #0035CE
Complementary color
Monochromatic Colors of #0035CE
Black with #0035CE
Text Example
Text Example
White with #0035CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035CE; }
p { color: rgb(0,53,206); }
H1.HeaderClassName
{
color: #0035CE;
}
.AnyTagClassName
{
color: #0035CE;
}
</style>
background-color css
<style>
a { background-color: #0035CE; }
a { background-color: rgb(0,53,206); }
div.DivClassName
{
background-color: #0035CE;
}
.BgClassName
{
background-color: #0035CE;
}
</style>
border-color css
<style>
span { border-color: #0035CE; }
span { border-color: rgb(0,53,206); }
td.TdClassName
{
border-color: #0035CE;
}
.TagClassName
{
border-color: #0035CE;
}
</style>