Shades of Persian Blue #302CDB
Tints of Persian Blue #302CDB
RGB
CMYK
RGB Variations
Color information
#302CDB (or 0x302CDB) is known color: Persian Blue. HEX triplet: 30, 2C and DB. RGB value is (48,44,219). Sum of RGB (Red+Green+Blue) = 48+44+219=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #302CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CDB is #CFD324. Grayscale: #404040. Windows color (decimal): -13620005 or 14363696. OLE color: 14363696.
HSL color Cylindrical-coordinate representation of color #302CDB: hue angle of 241.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302CDB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 44 | 219 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.14 |
| HSL | 241.37º | 0.71% | 0.52% | - |
| HSV(B) | 241.37º | 0.8% | 0.86% | - |
| XYZ | 14.91 | 7.54 | 67.69 | - |
| YUV | 65.15 | 214.83 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 219 | 0.78 | 0.80 | 0 | 0.14 | 241.37 | 0.71 | 0.52 |
| Hex | 30 | 2C | DB | 4E | 50 | 0 | E | F1 | 47 | 34 |
| Octal | 60 | 54 | 333 | 116 | 120 | 0 | 16 | 361 | 107 | 64 |
| Binary | 110000 | 101100 | 11011011 | 1001110 | 1010000 | 0 | 1110 | 11110001 | 1000111 | 110100 |
Color Harmonies of #302CDB
Complementary color
Monochromatic Colors of #302CDB
Black with #302CDB
Text Example
Text Example
White with #302CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CDB; }
p { color: rgb(48,44,219); }
H1.HeaderClassName
{
color: #302CDB;
}
.AnyTagClassName
{
color: #302CDB;
}
</style>
background-color css
<style>
a { background-color: #302CDB; }
a { background-color: rgb(48,44,219); }
div.DivClassName
{
background-color: #302CDB;
}
.BgClassName
{
background-color: #302CDB;
}
</style>
border-color css
<style>
span { border-color: #302CDB; }
span { border-color: rgb(48,44,219); }
td.TdClassName
{
border-color: #302CDB;
}
.TagClassName
{
border-color: #302CDB;
}
</style>