Shades of Persian Blue #003ACC
Tints of Persian Blue #003ACC
RGB
CMYK
RGB Variations
Color information
#003ACC (or 0x003ACC) is known color: Persian Blue. HEX triplet: 00, 3A and CC. RGB value is (0,58,204). Sum of RGB (Red+Green+Blue) = 0+58+204=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #003ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ACC is #FFC533. Grayscale: #383838. Windows color (decimal): -16762164 or 13384192. OLE color: 13384192.
HSL color Cylindrical-coordinate representation of color #003ACC: hue angle of 222.94º 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 #003ACC is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 58 | 204 | - |
| CMYK | 1 | 0.72 | 0 | 0.2 |
| HSL | 222.94º | 1% | 0.4% | - |
| HSV(B) | 222.94º | 1% | 0.8% | - |
| XYZ | 12.41 | 7.39 | 57.9 | - |
| YUV | 57.3 | 210.78 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 204 | 1 | 0.72 | 0 | 0.2 | 222.94 | 1 | 0.4 |
| Hex | 0 | 3A | CC | 64 | 48 | 0 | 14 | DF | 64 | 28 |
| Octal | 0 | 72 | 314 | 144 | 110 | 0 | 24 | 337 | 144 | 50 |
| Binary | 0 | 111010 | 11001100 | 1100100 | 1001000 | 0 | 10100 | 11011111 | 1100100 | 101000 |
Color Harmonies of #003ACC
Complementary color
Monochromatic Colors of #003ACC
Black with #003ACC
Text Example
Text Example
White with #003ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ACC; }
p { color: rgb(0,58,204); }
H1.HeaderClassName
{
color: #003ACC;
}
.AnyTagClassName
{
color: #003ACC;
}
</style>
background-color css
<style>
a { background-color: #003ACC; }
a { background-color: rgb(0,58,204); }
div.DivClassName
{
background-color: #003ACC;
}
.BgClassName
{
background-color: #003ACC;
}
</style>
border-color css
<style>
span { border-color: #003ACC; }
span { border-color: rgb(0,58,204); }
td.TdClassName
{
border-color: #003ACC;
}
.TagClassName
{
border-color: #003ACC;
}
</style>