Shades of Persian Blue #003BCB
Tints of Persian Blue #003BCB
RGB
CMYK
RGB Variations
Color information
#003BCB (or 0x003BCB) is known color: Persian Blue. HEX triplet: 00, 3B and CB. RGB value is (0,59,203). Sum of RGB (Red+Green+Blue) = 0+59+203=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #003BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BCB is #FFC434. Grayscale: #393939. Windows color (decimal): -16761909 or 13318912. OLE color: 13318912.
HSL color Cylindrical-coordinate representation of color #003BCB: hue angle of 222.56º 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 #003BCB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 59 | 203 | - |
| CMYK | 1 | 0.71 | 0 | 0.20 |
| HSL | 222.56º | 1% | 0.4% | - |
| HSV(B) | 222.56º | 1% | 0.8% | - |
| XYZ | 12.34 | 7.44 | 57.29 | - |
| YUV | 57.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 203 | 1 | 0.71 | 0 | 0.20 | 222.56 | 1 | 0.4 |
| Hex | 0 | 3B | CB | 64 | 47 | 0 | 14 | DF | 64 | 28 |
| Octal | 0 | 73 | 313 | 144 | 107 | 0 | 24 | 337 | 144 | 50 |
| Binary | 0 | 111011 | 11001011 | 1100100 | 1000111 | 0 | 10100 | 11011111 | 1100100 | 101000 |
Color Harmonies of #003BCB
Complementary color
Monochromatic Colors of #003BCB
Black with #003BCB
Text Example
Text Example
White with #003BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BCB; }
p { color: rgb(0,59,203); }
H1.HeaderClassName
{
color: #003BCB;
}
.AnyTagClassName
{
color: #003BCB;
}
</style>
background-color css
<style>
a { background-color: #003BCB; }
a { background-color: rgb(0,59,203); }
div.DivClassName
{
background-color: #003BCB;
}
.BgClassName
{
background-color: #003BCB;
}
</style>
border-color css
<style>
span { border-color: #003BCB; }
span { border-color: rgb(0,59,203); }
td.TdClassName
{
border-color: #003BCB;
}
.TagClassName
{
border-color: #003BCB;
}
</style>