Shades of Persian Blue #002CDD
Tints of Persian Blue #002CDD
RGB
CMYK
RGB Variations
Color information
#002CDD (or 0x002CDD) is known color: Persian Blue. HEX triplet: 00, 2C and DD. RGB value is (0,44,221). Sum of RGB (Red+Green+Blue) = 0+44+221=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #002CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CDD is #FFD322. Grayscale: #323232. Windows color (decimal): -16765731 or 14494720. OLE color: 14494720.
HSL color Cylindrical-coordinate representation of color #002CDD: hue angle of 228.05º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CDD is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 44 | 221 | - |
| CMYK | 1 | 0.80 | 0 | 0.13 |
| HSL | 228.05º | 1% | 0.43% | - |
| HSV(B) | 228.05º | 1% | 0.87% | - |
| XYZ | 13.95 | 7.02 | 69.03 | - |
| YUV | 51.02 | 223.92 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 221 | 1 | 0.80 | 0 | 0.13 | 228.05 | 1 | 0.43 |
| Hex | 0 | 2C | DD | 64 | 50 | 0 | D | E4 | 64 | 2B |
| Octal | 0 | 54 | 335 | 144 | 120 | 0 | 15 | 344 | 144 | 53 |
| Binary | 0 | 101100 | 11011101 | 1100100 | 1010000 | 0 | 1101 | 11100100 | 1100100 | 101011 |
Color Harmonies of #002CDD
Complementary color
Monochromatic Colors of #002CDD
Black with #002CDD
Text Example
Text Example
White with #002CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CDD; }
p { color: rgb(0,44,221); }
H1.HeaderClassName
{
color: #002CDD;
}
.AnyTagClassName
{
color: #002CDD;
}
</style>
background-color css
<style>
a { background-color: #002CDD; }
a { background-color: rgb(0,44,221); }
div.DivClassName
{
background-color: #002CDD;
}
.BgClassName
{
background-color: #002CDD;
}
</style>
border-color css
<style>
span { border-color: #002CDD; }
span { border-color: rgb(0,44,221); }
td.TdClassName
{
border-color: #002CDD;
}
.TagClassName
{
border-color: #002CDD;
}
</style>