Shades of Persian Blue #0037CE
Tints of Persian Blue #0037CE
RGB
CMYK
RGB Variations
Color information
#0037CE (or 0x0037CE) is known color: Persian Blue. HEX triplet: 00, 37 and CE. RGB value is (0,55,206). Sum of RGB (Red+Green+Blue) = 0+55+206=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #0037CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037CE is #FFC831. Grayscale: #373737. Windows color (decimal): -16762930 or 13514496. OLE color: 13514496.
HSL color Cylindrical-coordinate representation of color #0037CE: hue angle of 223.98º 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 #0037CE is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 55 | 206 | - |
| CMYK | 1 | 0.73 | 0 | 0.19 |
| HSL | 223.98º | 1% | 0.4% | - |
| HSV(B) | 223.98º | 1% | 0.81% | - |
| XYZ | 12.51 | 7.19 | 59.12 | - |
| YUV | 55.77 | 212.78 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 206 | 1 | 0.73 | 0 | 0.19 | 223.98 | 1 | 0.4 |
| Hex | 0 | 37 | CE | 64 | 49 | 0 | 13 | E0 | 64 | 28 |
| Octal | 0 | 67 | 316 | 144 | 111 | 0 | 23 | 340 | 144 | 50 |
| Binary | 0 | 110111 | 11001110 | 1100100 | 1001001 | 0 | 10011 | 11100000 | 1100100 | 101000 |
Color Harmonies of #0037CE
Complementary color
Monochromatic Colors of #0037CE
Black with #0037CE
Text Example
Text Example
White with #0037CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0037CE; }
p { color: rgb(0,55,206); }
H1.HeaderClassName
{
color: #0037CE;
}
.AnyTagClassName
{
color: #0037CE;
}
</style>
background-color css
<style>
a { background-color: #0037CE; }
a { background-color: rgb(0,55,206); }
div.DivClassName
{
background-color: #0037CE;
}
.BgClassName
{
background-color: #0037CE;
}
</style>
border-color css
<style>
span { border-color: #0037CE; }
span { border-color: rgb(0,55,206); }
td.TdClassName
{
border-color: #0037CE;
}
.TagClassName
{
border-color: #0037CE;
}
</style>