Shades of Persian Blue #302DBB
Tints of Persian Blue #302DBB
RGB
CMYK
RGB Variations
Color information
#302DBB (or 0x302DBB) is known color: Persian Blue. HEX triplet: 30, 2D and BB. RGB value is (48,45,187). Sum of RGB (Red+Green+Blue) = 48+45+187=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #302DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DBB is #CFD244. Grayscale: #3D3D3D. Windows color (decimal): -13619781 or 12266800. OLE color: 12266800.
HSL color Cylindrical-coordinate representation of color #302DBB: hue angle of 241.27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302DBB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 45 | 187 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.27 |
| HSL | 241.27º | 0.61% | 0.45% | - |
| HSV(B) | 241.27º | 0.76% | 0.73% | - |
| XYZ | 11.13 | 6.09 | 47.6 | - |
| YUV | 62.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 187 | 0.74 | 0.76 | 0 | 0.27 | 241.27 | 0.61 | 0.45 |
| Hex | 30 | 2D | BB | 4A | 4C | 0 | 1B | F1 | 3D | 2D |
| Octal | 60 | 55 | 273 | 112 | 114 | 0 | 33 | 361 | 75 | 55 |
| Binary | 110000 | 101101 | 10111011 | 1001010 | 1001100 | 0 | 11011 | 11110001 | 111101 | 101101 |
Color Harmonies of #302DBB
Complementary color
Monochromatic Colors of #302DBB
Black with #302DBB
Text Example
Text Example
White with #302DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DBB; }
p { color: rgb(48,45,187); }
H1.HeaderClassName
{
color: #302DBB;
}
.AnyTagClassName
{
color: #302DBB;
}
</style>
background-color css
<style>
a { background-color: #302DBB; }
a { background-color: rgb(48,45,187); }
div.DivClassName
{
background-color: #302DBB;
}
.BgClassName
{
background-color: #302DBB;
}
</style>
border-color css
<style>
span { border-color: #302DBB; }
span { border-color: rgb(48,45,187); }
td.TdClassName
{
border-color: #302DBB;
}
.TagClassName
{
border-color: #302DBB;
}
</style>