Shades of Persian Blue #003CCB
Tints of Persian Blue #003CCB
RGB
CMYK
RGB Variations
Color information
#003CCB (or 0x003CCB) is known color: Persian Blue. HEX triplet: 00, 3C and CB. RGB value is (0,60,203). Sum of RGB (Red+Green+Blue) = 0+60+203=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #003CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCB is #FFC334. Grayscale: #393939. Windows color (decimal): -16761653 or 13319168. OLE color: 13319168.
HSL color Cylindrical-coordinate representation of color #003CCB: hue angle of 222.27º 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 #003CCB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 60 | 203 | - |
| CMYK | 1 | 0.70 | 0 | 0.20 |
| HSL | 222.27º | 1% | 0.4% | - |
| HSV(B) | 222.27º | 1% | 0.8% | - |
| XYZ | 12.4 | 7.54 | 57.3 | - |
| YUV | 58.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 203 | 1 | 0.70 | 0 | 0.20 | 222.27 | 1 | 0.4 |
| Hex | 0 | 3C | CB | 64 | 46 | 0 | 14 | DE | 64 | 28 |
| Octal | 0 | 74 | 313 | 144 | 106 | 0 | 24 | 336 | 144 | 50 |
| Binary | 0 | 111100 | 11001011 | 1100100 | 1000110 | 0 | 10100 | 11011110 | 1100100 | 101000 |
Color Harmonies of #003CCB
Complementary color
Monochromatic Colors of #003CCB
Black with #003CCB
Text Example
Text Example
White with #003CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CCB; }
p { color: rgb(0,60,203); }
H1.HeaderClassName
{
color: #003CCB;
}
.AnyTagClassName
{
color: #003CCB;
}
</style>
background-color css
<style>
a { background-color: #003CCB; }
a { background-color: rgb(0,60,203); }
div.DivClassName
{
background-color: #003CCB;
}
.BgClassName
{
background-color: #003CCB;
}
</style>
border-color css
<style>
span { border-color: #003CCB; }
span { border-color: rgb(0,60,203); }
td.TdClassName
{
border-color: #003CCB;
}
.TagClassName
{
border-color: #003CCB;
}
</style>