Shades of Persian Blue #302FB9
Tints of Persian Blue #302FB9
RGB
CMYK
RGB Variations
Color information
#302FB9 (or 0x302FB9) is known color: Persian Blue. HEX triplet: 30, 2F and B9. RGB value is (48,47,185). Sum of RGB (Red+Green+Blue) = 48+47+185=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #302FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FB9 is #CFD046. Grayscale: #3E3E3E. Windows color (decimal): -13619271 or 12136240. OLE color: 12136240.
HSL color Cylindrical-coordinate representation of color #302FB9: hue angle of 240.43º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302FB9 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 47 | 185 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.27 |
| HSL | 240.43º | 0.59% | 0.45% | - |
| HSV(B) | 240.43º | 0.75% | 0.73% | - |
| XYZ | 10.99 | 6.16 | 46.51 | - |
| YUV | 63.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 185 | 0.74 | 0.75 | 0 | 0.27 | 240.43 | 0.59 | 0.45 |
| Hex | 30 | 2F | B9 | 4A | 4B | 0 | 1B | F0 | 3B | 2D |
| Octal | 60 | 57 | 271 | 112 | 113 | 0 | 33 | 360 | 73 | 55 |
| Binary | 110000 | 101111 | 10111001 | 1001010 | 1001011 | 0 | 11011 | 11110000 | 111011 | 101101 |
Color Harmonies of #302FB9
Complementary color
Monochromatic Colors of #302FB9
Black with #302FB9
Text Example
Text Example
White with #302FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FB9; }
p { color: rgb(48,47,185); }
H1.HeaderClassName
{
color: #302FB9;
}
.AnyTagClassName
{
color: #302FB9;
}
</style>
background-color css
<style>
a { background-color: #302FB9; }
a { background-color: rgb(48,47,185); }
div.DivClassName
{
background-color: #302FB9;
}
.BgClassName
{
background-color: #302FB9;
}
</style>
border-color css
<style>
span { border-color: #302FB9; }
span { border-color: rgb(48,47,185); }
td.TdClassName
{
border-color: #302FB9;
}
.TagClassName
{
border-color: #302FB9;
}
</style>