Shades of Persian Blue #0035CF
Tints of Persian Blue #0035CF
RGB
CMYK
RGB Variations
Color information
#0035CF (or 0x0035CF) is known color: Persian Blue. HEX triplet: 00, 35 and CF. RGB value is (0,53,207). Sum of RGB (Red+Green+Blue) = 0+53+207=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #0035CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035CF is #FFCA30. Grayscale: #363636. Windows color (decimal): -16763441 or 13579520. OLE color: 13579520.
HSL color Cylindrical-coordinate representation of color #0035CF: hue angle of 224.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035CF is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 53 | 207 | - |
| CMYK | 1 | 0.74 | 0 | 0.19 |
| HSL | 224.64º | 1% | 0.41% | - |
| HSV(B) | 224.64º | 1% | 0.81% | - |
| XYZ | 12.54 | 7.05 | 59.73 | - |
| YUV | 54.71 | 213.94 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 207 | 1 | 0.74 | 0 | 0.19 | 224.64 | 1 | 0.41 |
| Hex | 0 | 35 | CF | 64 | 4A | 0 | 13 | E1 | 64 | 29 |
| Octal | 0 | 65 | 317 | 144 | 112 | 0 | 23 | 341 | 144 | 51 |
| Binary | 0 | 110101 | 11001111 | 1100100 | 1001010 | 0 | 10011 | 11100001 | 1100100 | 101001 |
Color Harmonies of #0035CF
Complementary color
Monochromatic Colors of #0035CF
Black with #0035CF
Text Example
Text Example
White with #0035CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035CF; }
p { color: rgb(0,53,207); }
H1.HeaderClassName
{
color: #0035CF;
}
.AnyTagClassName
{
color: #0035CF;
}
</style>
background-color css
<style>
a { background-color: #0035CF; }
a { background-color: rgb(0,53,207); }
div.DivClassName
{
background-color: #0035CF;
}
.BgClassName
{
background-color: #0035CF;
}
</style>
border-color css
<style>
span { border-color: #0035CF; }
span { border-color: rgb(0,53,207); }
td.TdClassName
{
border-color: #0035CF;
}
.TagClassName
{
border-color: #0035CF;
}
</style>