Shades of Persian Blue #0342CB
Tints of Persian Blue #0342CB
RGB
CMYK
RGB Variations
Color information
#0342CB (or 0x0342CB) is known color: Persian Blue. HEX triplet: 03, 42 and CB. RGB value is (3,66,203). Sum of RGB (Red+Green+Blue) = 3+66+203=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #0342CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342CB is #FCBD34. Grayscale: #3E3E3E. Windows color (decimal): -16563509 or 13320707. OLE color: 13320707.
HSL color Cylindrical-coordinate representation of color #0342CB: hue angle of 221.1º 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 #0342CB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 66 | 203 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.20 |
| HSL | 221.1º | 0.97% | 0.4% | - |
| HSV(B) | 221.1º | 0.99% | 0.8% | - |
| XYZ | 12.77 | 8.23 | 57.42 | - |
| YUV | 62.78 | 207.13 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 203 | 0.99 | 0.67 | 0 | 0.20 | 221.1 | 0.97 | 0.4 |
| Hex | 3 | 42 | CB | 63 | 43 | 0 | 14 | DD | 61 | 28 |
| Octal | 3 | 102 | 313 | 143 | 103 | 0 | 24 | 335 | 141 | 50 |
| Binary | 11 | 1000010 | 11001011 | 1100011 | 1000011 | 0 | 10100 | 11011101 | 1100001 | 101000 |
Color Harmonies of #0342CB
Complementary color
Monochromatic Colors of #0342CB
Black with #0342CB
Text Example
Text Example
White with #0342CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342CB; }
p { color: rgb(3,66,203); }
H1.HeaderClassName
{
color: #0342CB;
}
.AnyTagClassName
{
color: #0342CB;
}
</style>
background-color css
<style>
a { background-color: #0342CB; }
a { background-color: rgb(3,66,203); }
div.DivClassName
{
background-color: #0342CB;
}
.BgClassName
{
background-color: #0342CB;
}
</style>
border-color css
<style>
span { border-color: #0342CB; }
span { border-color: rgb(3,66,203); }
td.TdClassName
{
border-color: #0342CB;
}
.TagClassName
{
border-color: #0342CB;
}
</style>