Shades of Persian Blue #0035C6
Tints of Persian Blue #0035C6
RGB
CMYK
RGB Variations
Color information
#0035C6 (or 0x0035C6) is known color: Persian Blue. HEX triplet: 00, 35 and C6. RGB value is (0,53,198). Sum of RGB (Red+Green+Blue) = 0+53+198=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #0035C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035C6 is #FFCA39. Grayscale: #353535. Windows color (decimal): -16763450 or 12989696. OLE color: 12989696.
HSL color Cylindrical-coordinate representation of color #0035C6: hue angle of 223.94º 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 #0035C6 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 53 | 198 | - |
| CMYK | 1 | 0.73 | 0 | 0.22 |
| HSL | 223.94º | 1% | 0.39% | - |
| HSV(B) | 223.94º | 1% | 0.78% | - |
| XYZ | 11.47 | 6.62 | 54.1 | - |
| YUV | 53.68 | 209.44 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 198 | 1 | 0.73 | 0 | 0.22 | 223.94 | 1 | 0.39 |
| Hex | 0 | 35 | C6 | 64 | 49 | 0 | 16 | E0 | 64 | 27 |
| Octal | 0 | 65 | 306 | 144 | 111 | 0 | 26 | 340 | 144 | 47 |
| Binary | 0 | 110101 | 11000110 | 1100100 | 1001001 | 0 | 10110 | 11100000 | 1100100 | 100111 |
Color Harmonies of #0035C6
Complementary color
Monochromatic Colors of #0035C6
Black with #0035C6
Text Example
Text Example
White with #0035C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035C6; }
p { color: rgb(0,53,198); }
H1.HeaderClassName
{
color: #0035C6;
}
.AnyTagClassName
{
color: #0035C6;
}
</style>
background-color css
<style>
a { background-color: #0035C6; }
a { background-color: rgb(0,53,198); }
div.DivClassName
{
background-color: #0035C6;
}
.BgClassName
{
background-color: #0035C6;
}
</style>
border-color css
<style>
span { border-color: #0035C6; }
span { border-color: rgb(0,53,198); }
td.TdClassName
{
border-color: #0035C6;
}
.TagClassName
{
border-color: #0035C6;
}
</style>