Shades of Persian Blue #003BC8
Tints of Persian Blue #003BC8
RGB
CMYK
RGB Variations
Color information
#003BC8 (or 0x003BC8) is known color: Persian Blue. HEX triplet: 00, 3B and C8. RGB value is (0,59,200). Sum of RGB (Red+Green+Blue) = 0+59+200=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 200 (78.52% from 255 or 77.22% from 259); Max value from RGB is 200 - color contains mainly: blue. Hex color #003BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BC8 is #FFC437. Grayscale: #383838. Windows color (decimal): -16761912 or 13122304. OLE color: 13122304.
HSL color Cylindrical-coordinate representation of color #003BC8: hue angle of 222.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BC8 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 59 | 200 | - |
| CMYK | 1 | 0.70 | 0 | 0.22 |
| HSL | 222.3º | 1% | 0.39% | - |
| HSV(B) | 222.3º | 1% | 0.78% | - |
| XYZ | 11.99 | 7.3 | 55.42 | - |
| YUV | 57.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 200 | 1 | 0.70 | 0 | 0.22 | 222.3 | 1 | 0.39 |
| Hex | 0 | 3B | C8 | 64 | 46 | 0 | 16 | DE | 64 | 27 |
| Octal | 0 | 73 | 310 | 144 | 106 | 0 | 26 | 336 | 144 | 47 |
| Binary | 0 | 111011 | 11001000 | 1100100 | 1000110 | 0 | 10110 | 11011110 | 1100100 | 100111 |
Color Harmonies of #003BC8
Complementary color
Monochromatic Colors of #003BC8
Black with #003BC8
Text Example
Text Example
White with #003BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BC8; }
p { color: rgb(0,59,200); }
H1.HeaderClassName
{
color: #003BC8;
}
.AnyTagClassName
{
color: #003BC8;
}
</style>
background-color css
<style>
a { background-color: #003BC8; }
a { background-color: rgb(0,59,200); }
div.DivClassName
{
background-color: #003BC8;
}
.BgClassName
{
background-color: #003BC8;
}
</style>
border-color css
<style>
span { border-color: #003BC8; }
span { border-color: rgb(0,59,200); }
td.TdClassName
{
border-color: #003BC8;
}
.TagClassName
{
border-color: #003BC8;
}
</style>