Shades of Persian Blue #003ACF
Tints of Persian Blue #003ACF
RGB
CMYK
RGB Variations
Color information
#003ACF (or 0x003ACF) is known color: Persian Blue. HEX triplet: 00, 3A and CF. RGB value is (0,58,207). Sum of RGB (Red+Green+Blue) = 0+58+207=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #003ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ACF is #FFC530. Grayscale: #383838. Windows color (decimal): -16762161 or 13580800. OLE color: 13580800.
HSL color Cylindrical-coordinate representation of color #003ACF: hue angle of 223.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ACF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 58 | 207 | - |
| CMYK | 1 | 0.72 | 0 | 0.19 |
| HSL | 223.19º | 1% | 0.41% | - |
| HSV(B) | 223.19º | 1% | 0.81% | - |
| XYZ | 12.78 | 7.53 | 59.81 | - |
| YUV | 57.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 207 | 1 | 0.72 | 0 | 0.19 | 223.19 | 1 | 0.41 |
| Hex | 0 | 3A | CF | 64 | 48 | 0 | 13 | DF | 64 | 29 |
| Octal | 0 | 72 | 317 | 144 | 110 | 0 | 23 | 337 | 144 | 51 |
| Binary | 0 | 111010 | 11001111 | 1100100 | 1001000 | 0 | 10011 | 11011111 | 1100100 | 101001 |
Color Harmonies of #003ACF
Complementary color
Monochromatic Colors of #003ACF
Black with #003ACF
Text Example
Text Example
White with #003ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ACF; }
p { color: rgb(0,58,207); }
H1.HeaderClassName
{
color: #003ACF;
}
.AnyTagClassName
{
color: #003ACF;
}
</style>
background-color css
<style>
a { background-color: #003ACF; }
a { background-color: rgb(0,58,207); }
div.DivClassName
{
background-color: #003ACF;
}
.BgClassName
{
background-color: #003ACF;
}
</style>
border-color css
<style>
span { border-color: #003ACF; }
span { border-color: rgb(0,58,207); }
td.TdClassName
{
border-color: #003ACF;
}
.TagClassName
{
border-color: #003ACF;
}
</style>