Shades of Persian Blue #003BCD
Tints of Persian Blue #003BCD
RGB
CMYK
RGB Variations
Color information
#003BCD (or 0x003BCD) is known color: Persian Blue. HEX triplet: 00, 3B and CD. RGB value is (0,59,205). Sum of RGB (Red+Green+Blue) = 0+59+205=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #003BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BCD is #FFC432. Grayscale: #393939. Windows color (decimal): -16761907 or 13449984. OLE color: 13449984.
HSL color Cylindrical-coordinate representation of color #003BCD: hue angle of 222.73º 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 #003BCD is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 59 | 205 | - |
| CMYK | 1 | 0.71 | 0 | 0.20 |
| HSL | 222.73º | 1% | 0.4% | - |
| HSV(B) | 222.73º | 1% | 0.8% | - |
| XYZ | 12.58 | 7.54 | 58.55 | - |
| YUV | 58 | 210.95 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 205 | 1 | 0.71 | 0 | 0.20 | 222.73 | 1 | 0.4 |
| Hex | 0 | 3B | CD | 64 | 47 | 0 | 14 | DF | 64 | 28 |
| Octal | 0 | 73 | 315 | 144 | 107 | 0 | 24 | 337 | 144 | 50 |
| Binary | 0 | 111011 | 11001101 | 1100100 | 1000111 | 0 | 10100 | 11011111 | 1100100 | 101000 |
Color Harmonies of #003BCD
Complementary color
Monochromatic Colors of #003BCD
Black with #003BCD
Text Example
Text Example
White with #003BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BCD; }
p { color: rgb(0,59,205); }
H1.HeaderClassName
{
color: #003BCD;
}
.AnyTagClassName
{
color: #003BCD;
}
</style>
background-color css
<style>
a { background-color: #003BCD; }
a { background-color: rgb(0,59,205); }
div.DivClassName
{
background-color: #003BCD;
}
.BgClassName
{
background-color: #003BCD;
}
</style>
border-color css
<style>
span { border-color: #003BCD; }
span { border-color: rgb(0,59,205); }
td.TdClassName
{
border-color: #003BCD;
}
.TagClassName
{
border-color: #003BCD;
}
</style>