Shades of Persian Blue #002CCD
Tints of Persian Blue #002CCD
RGB
CMYK
RGB Variations
Color information
#002CCD (or 0x002CCD) is known color: Persian Blue. HEX triplet: 00, 2C and CD. RGB value is (0,44,205). Sum of RGB (Red+Green+Blue) = 0+44+205=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #002CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CCD is #FFD332. Grayscale: #303030. Windows color (decimal): -16765747 or 13446144. OLE color: 13446144.
HSL color Cylindrical-coordinate representation of color #002CCD: hue angle of 227.12º 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 #002CCD is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 44 | 205 | - |
| CMYK | 1 | 0.79 | 0 | 0.20 |
| HSL | 227.12º | 1% | 0.4% | - |
| HSV(B) | 227.12º | 1% | 0.8% | - |
| XYZ | 11.92 | 6.21 | 58.33 | - |
| YUV | 49.2 | 215.92 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 205 | 1 | 0.79 | 0 | 0.20 | 227.12 | 1 | 0.4 |
| Hex | 0 | 2C | CD | 64 | 4F | 0 | 14 | E3 | 64 | 28 |
| Octal | 0 | 54 | 315 | 144 | 117 | 0 | 24 | 343 | 144 | 50 |
| Binary | 0 | 101100 | 11001101 | 1100100 | 1001111 | 0 | 10100 | 11100011 | 1100100 | 101000 |
Color Harmonies of #002CCD
Complementary color
Monochromatic Colors of #002CCD
Black with #002CCD
Text Example
Text Example
White with #002CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CCD; }
p { color: rgb(0,44,205); }
H1.HeaderClassName
{
color: #002CCD;
}
.AnyTagClassName
{
color: #002CCD;
}
</style>
background-color css
<style>
a { background-color: #002CCD; }
a { background-color: rgb(0,44,205); }
div.DivClassName
{
background-color: #002CCD;
}
.BgClassName
{
background-color: #002CCD;
}
</style>
border-color css
<style>
span { border-color: #002CCD; }
span { border-color: rgb(0,44,205); }
td.TdClassName
{
border-color: #002CCD;
}
.TagClassName
{
border-color: #002CCD;
}
</style>