Shades of Persian Blue #003BDD
Tints of Persian Blue #003BDD
RGB
CMYK
RGB Variations
Color information
#003BDD (or 0x003BDD) is known color: Persian Blue. HEX triplet: 00, 3B and DD. RGB value is (0,59,221). Sum of RGB (Red+Green+Blue) = 0+59+221=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #003BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BDD is #FFC422. Grayscale: #3B3B3B. Windows color (decimal): -16761891 or 14498560. OLE color: 14498560.
HSL color Cylindrical-coordinate representation of color #003BDD: hue angle of 223.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BDD is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 59 | 221 | - |
| CMYK | 1 | 0.73 | 0 | 0.13 |
| HSL | 223.98º | 1% | 0.43% | - |
| HSV(B) | 223.98º | 1% | 0.87% | - |
| XYZ | 14.62 | 8.35 | 69.25 | - |
| YUV | 59.83 | 218.95 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 221 | 1 | 0.73 | 0 | 0.13 | 223.98 | 1 | 0.43 |
| Hex | 0 | 3B | DD | 64 | 49 | 0 | D | E0 | 64 | 2B |
| Octal | 0 | 73 | 335 | 144 | 111 | 0 | 15 | 340 | 144 | 53 |
| Binary | 0 | 111011 | 11011101 | 1100100 | 1001001 | 0 | 1101 | 11100000 | 1100100 | 101011 |
Color Harmonies of #003BDD
Complementary color
Monochromatic Colors of #003BDD
Black with #003BDD
Text Example
Text Example
White with #003BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BDD; }
p { color: rgb(0,59,221); }
H1.HeaderClassName
{
color: #003BDD;
}
.AnyTagClassName
{
color: #003BDD;
}
</style>
background-color css
<style>
a { background-color: #003BDD; }
a { background-color: rgb(0,59,221); }
div.DivClassName
{
background-color: #003BDD;
}
.BgClassName
{
background-color: #003BDD;
}
</style>
border-color css
<style>
span { border-color: #003BDD; }
span { border-color: rgb(0,59,221); }
td.TdClassName
{
border-color: #003BDD;
}
.TagClassName
{
border-color: #003BDD;
}
</style>