Shades of Persian Blue #0340CB
Tints of Persian Blue #0340CB
RGB
CMYK
RGB Variations
Color information
#0340CB (or 0x0340CB) is known color: Persian Blue. HEX triplet: 03, 40 and CB. RGB value is (3,64,203). Sum of RGB (Red+Green+Blue) = 3+64+203=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #0340CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340CB is #FCBF34. Grayscale: #3C3C3C. Windows color (decimal): -16564021 or 13320195. OLE color: 13320195.
HSL color Cylindrical-coordinate representation of color #0340CB: hue angle of 221.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0340CB is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 64 | 203 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.20 |
| HSL | 221.7º | 0.97% | 0.4% | - |
| HSV(B) | 221.7º | 0.99% | 0.8% | - |
| XYZ | 12.65 | 8 | 57.38 | - |
| YUV | 61.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 203 | 0.99 | 0.68 | 0 | 0.20 | 221.7 | 0.97 | 0.4 |
| Hex | 3 | 40 | CB | 63 | 44 | 0 | 14 | DE | 61 | 28 |
| Octal | 3 | 100 | 313 | 143 | 104 | 0 | 24 | 336 | 141 | 50 |
| Binary | 11 | 1000000 | 11001011 | 1100011 | 1000100 | 0 | 10100 | 11011110 | 1100001 | 101000 |
Color Harmonies of #0340CB
Complementary color
Monochromatic Colors of #0340CB
Black with #0340CB
Text Example
Text Example
White with #0340CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340CB; }
p { color: rgb(3,64,203); }
H1.HeaderClassName
{
color: #0340CB;
}
.AnyTagClassName
{
color: #0340CB;
}
</style>
background-color css
<style>
a { background-color: #0340CB; }
a { background-color: rgb(3,64,203); }
div.DivClassName
{
background-color: #0340CB;
}
.BgClassName
{
background-color: #0340CB;
}
</style>
border-color css
<style>
span { border-color: #0340CB; }
span { border-color: rgb(3,64,203); }
td.TdClassName
{
border-color: #0340CB;
}
.TagClassName
{
border-color: #0340CB;
}
</style>