Shades of Persian Blue #002FCC
Tints of Persian Blue #002FCC
RGB
CMYK
RGB Variations
Color information
#002FCC (or 0x002FCC) is known color: Persian Blue. HEX triplet: 00, 2F and CC. RGB value is (0,47,204). Sum of RGB (Red+Green+Blue) = 0+47+204=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #002FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FCC is #FFD033. Grayscale: #323232. Windows color (decimal): -16764980 or 13381376. OLE color: 13381376.
HSL color Cylindrical-coordinate representation of color #002FCC: hue angle of 226.18º 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 #002FCC is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 47 | 204 | - |
| CMYK | 1 | 0.77 | 0 | 0.2 |
| HSL | 226.18º | 1% | 0.4% | - |
| HSV(B) | 226.18º | 1% | 0.8% | - |
| XYZ | 11.92 | 6.39 | 57.73 | - |
| YUV | 50.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 204 | 1 | 0.77 | 0 | 0.2 | 226.18 | 1 | 0.4 |
| Hex | 0 | 2F | CC | 64 | 4D | 0 | 14 | E2 | 64 | 28 |
| Octal | 0 | 57 | 314 | 144 | 115 | 0 | 24 | 342 | 144 | 50 |
| Binary | 0 | 101111 | 11001100 | 1100100 | 1001101 | 0 | 10100 | 11100010 | 1100100 | 101000 |
Color Harmonies of #002FCC
Complementary color
Monochromatic Colors of #002FCC
Black with #002FCC
Text Example
Text Example
White with #002FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FCC; }
p { color: rgb(0,47,204); }
H1.HeaderClassName
{
color: #002FCC;
}
.AnyTagClassName
{
color: #002FCC;
}
</style>
background-color css
<style>
a { background-color: #002FCC; }
a { background-color: rgb(0,47,204); }
div.DivClassName
{
background-color: #002FCC;
}
.BgClassName
{
background-color: #002FCC;
}
</style>
border-color css
<style>
span { border-color: #002FCC; }
span { border-color: rgb(0,47,204); }
td.TdClassName
{
border-color: #002FCC;
}
.TagClassName
{
border-color: #002FCC;
}
</style>