Shades of Persian Blue #0037CD
Tints of Persian Blue #0037CD
RGB
CMYK
RGB Variations
Color information
#0037CD (or 0x0037CD) is known color: Persian Blue. HEX triplet: 00, 37 and CD. RGB value is (0,55,205). Sum of RGB (Red+Green+Blue) = 0+55+205=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #0037CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0037CD is #FFC832. Grayscale: #373737. Windows color (decimal): -16762931 or 13448960. OLE color: 13448960.
HSL color Cylindrical-coordinate representation of color #0037CD: hue angle of 223.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0037CD is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 55 | 205 | - |
| CMYK | 1 | 0.73 | 0 | 0.20 |
| HSL | 223.9º | 1% | 0.4% | - |
| HSV(B) | 223.9º | 1% | 0.8% | - |
| XYZ | 12.39 | 7.14 | 58.48 | - |
| YUV | 55.66 | 212.28 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 205 | 1 | 0.73 | 0 | 0.20 | 223.9 | 1 | 0.4 |
| Hex | 0 | 37 | CD | 64 | 49 | 0 | 14 | E0 | 64 | 28 |
| Octal | 0 | 67 | 315 | 144 | 111 | 0 | 24 | 340 | 144 | 50 |
| Binary | 0 | 110111 | 11001101 | 1100100 | 1001001 | 0 | 10100 | 11100000 | 1100100 | 101000 |
Color Harmonies of #0037CD
Complementary color
Monochromatic Colors of #0037CD
Black with #0037CD
Text Example
Text Example
White with #0037CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0037CD; }
p { color: rgb(0,55,205); }
H1.HeaderClassName
{
color: #0037CD;
}
.AnyTagClassName
{
color: #0037CD;
}
</style>
background-color css
<style>
a { background-color: #0037CD; }
a { background-color: rgb(0,55,205); }
div.DivClassName
{
background-color: #0037CD;
}
.BgClassName
{
background-color: #0037CD;
}
</style>
border-color css
<style>
span { border-color: #0037CD; }
span { border-color: rgb(0,55,205); }
td.TdClassName
{
border-color: #0037CD;
}
.TagClassName
{
border-color: #0037CD;
}
</style>