Shades of Persian Blue #0036DF
Tints of Persian Blue #0036DF
RGB
CMYK
RGB Variations
Color information
#0036DF (or 0x0036DF) is known color: Persian Blue. HEX triplet: 00, 36 and DF. RGB value is (0,54,223). Sum of RGB (Red+Green+Blue) = 0+54+223=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #0036DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036DF is #FFC920. Grayscale: #383838. Windows color (decimal): -16763169 or 14628352. OLE color: 14628352.
HSL color Cylindrical-coordinate representation of color #0036DF: hue angle of 225.47º 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 #0036DF is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 54 | 223 | - |
| CMYK | 1 | 0.76 | 0 | 0.13 |
| HSL | 225.47º | 1% | 0.44% | - |
| HSV(B) | 225.47º | 1% | 0.87% | - |
| XYZ | 14.64 | 7.97 | 70.58 | - |
| YUV | 57.12 | 221.61 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 223 | 1 | 0.76 | 0 | 0.13 | 225.47 | 1 | 0.44 |
| Hex | 0 | 36 | DF | 64 | 4C | 0 | D | E1 | 64 | 2C |
| Octal | 0 | 66 | 337 | 144 | 114 | 0 | 15 | 341 | 144 | 54 |
| Binary | 0 | 110110 | 11011111 | 1100100 | 1001100 | 0 | 1101 | 11100001 | 1100100 | 101100 |
Color Harmonies of #0036DF
Complementary color
Monochromatic Colors of #0036DF
Black with #0036DF
Text Example
Text Example
White with #0036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036DF; }
p { color: rgb(0,54,223); }
H1.HeaderClassName
{
color: #0036DF;
}
.AnyTagClassName
{
color: #0036DF;
}
</style>
background-color css
<style>
a { background-color: #0036DF; }
a { background-color: rgb(0,54,223); }
div.DivClassName
{
background-color: #0036DF;
}
.BgClassName
{
background-color: #0036DF;
}
</style>
border-color css
<style>
span { border-color: #0036DF; }
span { border-color: rgb(0,54,223); }
td.TdClassName
{
border-color: #0036DF;
}
.TagClassName
{
border-color: #0036DF;
}
</style>