Shades of Persian Blue #302FDB
Tints of Persian Blue #302FDB
RGB
CMYK
RGB Variations
Color information
#302FDB (or 0x302FDB) is known color: Persian Blue. HEX triplet: 30, 2F and DB. RGB value is (48,47,219). Sum of RGB (Red+Green+Blue) = 48+47+219=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #302FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FDB is #CFD024. Grayscale: #424242. Windows color (decimal): -13619237 or 14364464. OLE color: 14364464.
HSL color Cylindrical-coordinate representation of color #302FDB: hue angle of 240.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302FDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 47 | 219 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.14 |
| HSL | 240.35º | 0.7% | 0.52% | - |
| HSV(B) | 240.35º | 0.79% | 0.86% | - |
| XYZ | 15.02 | 7.78 | 67.73 | - |
| YUV | 66.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 219 | 0.78 | 0.79 | 0 | 0.14 | 240.35 | 0.7 | 0.52 |
| Hex | 30 | 2F | DB | 4E | 4F | 0 | E | F0 | 46 | 34 |
| Octal | 60 | 57 | 333 | 116 | 117 | 0 | 16 | 360 | 106 | 64 |
| Binary | 110000 | 101111 | 11011011 | 1001110 | 1001111 | 0 | 1110 | 11110000 | 1000110 | 110100 |
Color Harmonies of #302FDB
Complementary color
Monochromatic Colors of #302FDB
Black with #302FDB
Text Example
Text Example
White with #302FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FDB; }
p { color: rgb(48,47,219); }
H1.HeaderClassName
{
color: #302FDB;
}
.AnyTagClassName
{
color: #302FDB;
}
</style>
background-color css
<style>
a { background-color: #302FDB; }
a { background-color: rgb(48,47,219); }
div.DivClassName
{
background-color: #302FDB;
}
.BgClassName
{
background-color: #302FDB;
}
</style>
border-color css
<style>
span { border-color: #302FDB; }
span { border-color: rgb(48,47,219); }
td.TdClassName
{
border-color: #302FDB;
}
.TagClassName
{
border-color: #302FDB;
}
</style>