Shades of Persian Blue #002FCD
Tints of Persian Blue #002FCD
RGB
CMYK
RGB Variations
Color information
#002FCD (or 0x002FCD) is known color: Persian Blue. HEX triplet: 00, 2F and CD. RGB value is (0,47,205). Sum of RGB (Red+Green+Blue) = 0+47+205=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #002FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FCD is #FFD032. Grayscale: #323232. Windows color (decimal): -16764979 or 13446912. OLE color: 13446912.
HSL color Cylindrical-coordinate representation of color #002FCD: hue angle of 226.24º 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 #002FCD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 47 | 205 | - |
| CMYK | 1 | 0.77 | 0 | 0.20 |
| HSL | 226.24º | 1% | 0.4% | - |
| HSV(B) | 226.24º | 1% | 0.8% | - |
| XYZ | 12.04 | 6.44 | 58.37 | - |
| YUV | 50.96 | 214.93 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 205 | 1 | 0.77 | 0 | 0.20 | 226.24 | 1 | 0.4 |
| Hex | 0 | 2F | CD | 64 | 4D | 0 | 14 | E2 | 64 | 28 |
| Octal | 0 | 57 | 315 | 144 | 115 | 0 | 24 | 342 | 144 | 50 |
| Binary | 0 | 101111 | 11001101 | 1100100 | 1001101 | 0 | 10100 | 11100010 | 1100100 | 101000 |
Color Harmonies of #002FCD
Complementary color
Monochromatic Colors of #002FCD
Black with #002FCD
Text Example
Text Example
White with #002FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FCD; }
p { color: rgb(0,47,205); }
H1.HeaderClassName
{
color: #002FCD;
}
.AnyTagClassName
{
color: #002FCD;
}
</style>
background-color css
<style>
a { background-color: #002FCD; }
a { background-color: rgb(0,47,205); }
div.DivClassName
{
background-color: #002FCD;
}
.BgClassName
{
background-color: #002FCD;
}
</style>
border-color css
<style>
span { border-color: #002FCD; }
span { border-color: rgb(0,47,205); }
td.TdClassName
{
border-color: #002FCD;
}
.TagClassName
{
border-color: #002FCD;
}
</style>