Shades of Persian Blue #0036CF
Tints of Persian Blue #0036CF
RGB
CMYK
RGB Variations
Color information
#0036CF (or 0x0036CF) is known color: Persian Blue. HEX triplet: 00, 36 and CF. RGB value is (0,54,207). Sum of RGB (Red+Green+Blue) = 0+54+207=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #0036CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036CF is #FFC930. Grayscale: #363636. Windows color (decimal): -16763185 or 13579776. OLE color: 13579776.
HSL color Cylindrical-coordinate representation of color #0036CF: hue angle of 224.35º 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 #0036CF is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 54 | 207 | - |
| CMYK | 1 | 0.74 | 0 | 0.19 |
| HSL | 224.35º | 1% | 0.41% | - |
| HSV(B) | 224.35º | 1% | 0.81% | - |
| XYZ | 12.58 | 7.14 | 59.75 | - |
| YUV | 55.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 207 | 1 | 0.74 | 0 | 0.19 | 224.35 | 1 | 0.41 |
| Hex | 0 | 36 | CF | 64 | 4A | 0 | 13 | E0 | 64 | 29 |
| Octal | 0 | 66 | 317 | 144 | 112 | 0 | 23 | 340 | 144 | 51 |
| Binary | 0 | 110110 | 11001111 | 1100100 | 1001010 | 0 | 10011 | 11100000 | 1100100 | 101001 |
Color Harmonies of #0036CF
Complementary color
Monochromatic Colors of #0036CF
Black with #0036CF
Text Example
Text Example
White with #0036CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036CF; }
p { color: rgb(0,54,207); }
H1.HeaderClassName
{
color: #0036CF;
}
.AnyTagClassName
{
color: #0036CF;
}
</style>
background-color css
<style>
a { background-color: #0036CF; }
a { background-color: rgb(0,54,207); }
div.DivClassName
{
background-color: #0036CF;
}
.BgClassName
{
background-color: #0036CF;
}
</style>
border-color css
<style>
span { border-color: #0036CF; }
span { border-color: rgb(0,54,207); }
td.TdClassName
{
border-color: #0036CF;
}
.TagClassName
{
border-color: #0036CF;
}
</style>