Shades of Persian Blue #0330CB
Tints of Persian Blue #0330CB
RGB
CMYK
RGB Variations
Color information
#0330CB (or 0x0330CB) is known color: Persian Blue. HEX triplet: 03, 30 and CB. RGB value is (3,48,203). Sum of RGB (Red+Green+Blue) = 3+48+203=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #0330CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330CB is #FCCF34. Grayscale: #333333. Windows color (decimal): -16568117 or 13316099. OLE color: 13316099.
HSL color Cylindrical-coordinate representation of color #0330CB: hue angle of 226.5º 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 #0330CB is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 48 | 203 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.20 |
| HSL | 226.5º | 0.97% | 0.4% | - |
| HSV(B) | 226.5º | 0.99% | 0.8% | - |
| XYZ | 11.87 | 6.45 | 57.12 | - |
| YUV | 52.22 | 213.09 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 203 | 0.99 | 0.76 | 0 | 0.20 | 226.5 | 0.97 | 0.4 |
| Hex | 3 | 30 | CB | 63 | 4C | 0 | 14 | E2 | 61 | 28 |
| Octal | 3 | 60 | 313 | 143 | 114 | 0 | 24 | 342 | 141 | 50 |
| Binary | 11 | 110000 | 11001011 | 1100011 | 1001100 | 0 | 10100 | 11100010 | 1100001 | 101000 |
Color Harmonies of #0330CB
Complementary color
Monochromatic Colors of #0330CB
Black with #0330CB
Text Example
Text Example
White with #0330CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330CB; }
p { color: rgb(3,48,203); }
H1.HeaderClassName
{
color: #0330CB;
}
.AnyTagClassName
{
color: #0330CB;
}
</style>
background-color css
<style>
a { background-color: #0330CB; }
a { background-color: rgb(3,48,203); }
div.DivClassName
{
background-color: #0330CB;
}
.BgClassName
{
background-color: #0330CB;
}
</style>
border-color css
<style>
span { border-color: #0330CB; }
span { border-color: rgb(3,48,203); }
td.TdClassName
{
border-color: #0330CB;
}
.TagClassName
{
border-color: #0330CB;
}
</style>