Shades of Persian Blue #002FDC
Tints of Persian Blue #002FDC
RGB
CMYK
RGB Variations
Color information
#002FDC (or 0x002FDC) is known color: Persian Blue. HEX triplet: 00, 2F and DC. RGB value is (0,47,220). Sum of RGB (Red+Green+Blue) = 0+47+220=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #002FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FDC is #FFD023. Grayscale: #333333. Windows color (decimal): -16764964 or 14429952. OLE color: 14429952.
HSL color Cylindrical-coordinate representation of color #002FDC: hue angle of 227.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FDC is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 47 | 220 | - |
| CMYK | 1 | 0.79 | 0 | 0.14 |
| HSL | 227.18º | 1% | 0.43% | - |
| HSV(B) | 227.18º | 1% | 0.86% | - |
| XYZ | 13.93 | 7.2 | 68.37 | - |
| YUV | 52.67 | 222.43 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 220 | 1 | 0.79 | 0 | 0.14 | 227.18 | 1 | 0.43 |
| Hex | 0 | 2F | DC | 64 | 4F | 0 | E | E3 | 64 | 2B |
| Octal | 0 | 57 | 334 | 144 | 117 | 0 | 16 | 343 | 144 | 53 |
| Binary | 0 | 101111 | 11011100 | 1100100 | 1001111 | 0 | 1110 | 11100011 | 1100100 | 101011 |
Color Harmonies of #002FDC
Complementary color
Monochromatic Colors of #002FDC
Black with #002FDC
Text Example
Text Example
White with #002FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FDC; }
p { color: rgb(0,47,220); }
H1.HeaderClassName
{
color: #002FDC;
}
.AnyTagClassName
{
color: #002FDC;
}
</style>
background-color css
<style>
a { background-color: #002FDC; }
a { background-color: rgb(0,47,220); }
div.DivClassName
{
background-color: #002FDC;
}
.BgClassName
{
background-color: #002FDC;
}
</style>
border-color css
<style>
span { border-color: #002FDC; }
span { border-color: rgb(0,47,220); }
td.TdClassName
{
border-color: #002FDC;
}
.TagClassName
{
border-color: #002FDC;
}
</style>