Shades of Persian Blue #003BDC
Tints of Persian Blue #003BDC
RGB
CMYK
RGB Variations
Color information
#003BDC (or 0x003BDC) is known color: Persian Blue. HEX triplet: 00, 3B and DC. RGB value is (0,59,220). Sum of RGB (Red+Green+Blue) = 0+59+220=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #003BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BDC is #FFC423. Grayscale: #3B3B3B. Windows color (decimal): -16761892 or 14433024. OLE color: 14433024.
HSL color Cylindrical-coordinate representation of color #003BDC: hue angle of 223.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BDC is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 59 | 220 | - |
| CMYK | 1 | 0.73 | 0 | 0.14 |
| HSL | 223.91º | 1% | 0.43% | - |
| HSV(B) | 223.91º | 1% | 0.86% | - |
| XYZ | 14.48 | 8.3 | 68.55 | - |
| YUV | 59.71 | 218.45 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 220 | 1 | 0.73 | 0 | 0.14 | 223.91 | 1 | 0.43 |
| Hex | 0 | 3B | DC | 64 | 49 | 0 | E | E0 | 64 | 2B |
| Octal | 0 | 73 | 334 | 144 | 111 | 0 | 16 | 340 | 144 | 53 |
| Binary | 0 | 111011 | 11011100 | 1100100 | 1001001 | 0 | 1110 | 11100000 | 1100100 | 101011 |
Color Harmonies of #003BDC
Complementary color
Monochromatic Colors of #003BDC
Black with #003BDC
Text Example
Text Example
White with #003BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BDC; }
p { color: rgb(0,59,220); }
H1.HeaderClassName
{
color: #003BDC;
}
.AnyTagClassName
{
color: #003BDC;
}
</style>
background-color css
<style>
a { background-color: #003BDC; }
a { background-color: rgb(0,59,220); }
div.DivClassName
{
background-color: #003BDC;
}
.BgClassName
{
background-color: #003BDC;
}
</style>
border-color css
<style>
span { border-color: #003BDC; }
span { border-color: rgb(0,59,220); }
td.TdClassName
{
border-color: #003BDC;
}
.TagClassName
{
border-color: #003BDC;
}
</style>