Shades of Persian Blue #0035DE
Tints of Persian Blue #0035DE
RGB
CMYK
RGB Variations
Color information
#0035DE (or 0x0035DE) is known color: Persian Blue. HEX triplet: 00, 35 and DE. RGB value is (0,53,222). Sum of RGB (Red+Green+Blue) = 0+53+222=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #0035DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035DE is #FFCA21. Grayscale: #373737. Windows color (decimal): -16763426 or 14562560. OLE color: 14562560.
HSL color Cylindrical-coordinate representation of color #0035DE: hue angle of 225.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035DE is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 53 | 222 | - |
| CMYK | 1 | 0.76 | 0 | 0.13 |
| HSL | 225.68º | 1% | 0.44% | - |
| HSV(B) | 225.68º | 1% | 0.87% | - |
| XYZ | 14.46 | 7.82 | 69.85 | - |
| YUV | 56.42 | 221.44 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 222 | 1 | 0.76 | 0 | 0.13 | 225.68 | 1 | 0.44 |
| Hex | 0 | 35 | DE | 64 | 4C | 0 | D | E2 | 64 | 2C |
| Octal | 0 | 65 | 336 | 144 | 114 | 0 | 15 | 342 | 144 | 54 |
| Binary | 0 | 110101 | 11011110 | 1100100 | 1001100 | 0 | 1101 | 11100010 | 1100100 | 101100 |
Color Harmonies of #0035DE
Complementary color
Monochromatic Colors of #0035DE
Black with #0035DE
Text Example
Text Example
White with #0035DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0035DE; }
p { color: rgb(0,53,222); }
H1.HeaderClassName
{
color: #0035DE;
}
.AnyTagClassName
{
color: #0035DE;
}
</style>
background-color css
<style>
a { background-color: #0035DE; }
a { background-color: rgb(0,53,222); }
div.DivClassName
{
background-color: #0035DE;
}
.BgClassName
{
background-color: #0035DE;
}
</style>
border-color css
<style>
span { border-color: #0035DE; }
span { border-color: rgb(0,53,222); }
td.TdClassName
{
border-color: #0035DE;
}
.TagClassName
{
border-color: #0035DE;
}
</style>