Shades of Persian Blue #0036CE
Tints of Persian Blue #0036CE
RGB
CMYK
RGB Variations
Color information
#0036CE (or 0x0036CE) is known color: Persian Blue. HEX triplet: 00, 36 and CE. RGB value is (0,54,206). Sum of RGB (Red+Green+Blue) = 0+54+206=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #0036CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036CE is #FFC931. Grayscale: #363636. Windows color (decimal): -16763186 or 13514240. OLE color: 13514240.
HSL color Cylindrical-coordinate representation of color #0036CE: hue angle of 224.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036CE is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 54 | 206 | - |
| CMYK | 1 | 0.74 | 0 | 0.19 |
| HSL | 224.27º | 1% | 0.4% | - |
| HSV(B) | 224.27º | 1% | 0.81% | - |
| XYZ | 12.46 | 7.09 | 59.11 | - |
| YUV | 55.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 206 | 1 | 0.74 | 0 | 0.19 | 224.27 | 1 | 0.4 |
| Hex | 0 | 36 | CE | 64 | 4A | 0 | 13 | E0 | 64 | 28 |
| Octal | 0 | 66 | 316 | 144 | 112 | 0 | 23 | 340 | 144 | 50 |
| Binary | 0 | 110110 | 11001110 | 1100100 | 1001010 | 0 | 10011 | 11100000 | 1100100 | 101000 |
Color Harmonies of #0036CE
Complementary color
Monochromatic Colors of #0036CE
Black with #0036CE
Text Example
Text Example
White with #0036CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0036CE; }
p { color: rgb(0,54,206); }
H1.HeaderClassName
{
color: #0036CE;
}
.AnyTagClassName
{
color: #0036CE;
}
</style>
background-color css
<style>
a { background-color: #0036CE; }
a { background-color: rgb(0,54,206); }
div.DivClassName
{
background-color: #0036CE;
}
.BgClassName
{
background-color: #0036CE;
}
</style>
border-color css
<style>
span { border-color: #0036CE; }
span { border-color: rgb(0,54,206); }
td.TdClassName
{
border-color: #0036CE;
}
.TagClassName
{
border-color: #0036CE;
}
</style>