Shades of Persian Blue #303A9F
Tints of Persian Blue #303A9F
RGB
CMYK
RGB Variations
Color information
#303A9F (or 0x303A9F) is known color: Persian Blue. HEX triplet: 30, 3A and 9F. RGB value is (48,58,159). Sum of RGB (Red+Green+Blue) = 48+58+159=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #303A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A9F is #CFC560. Grayscale: #424242. Windows color (decimal): -13616481 or 10435120. OLE color: 10435120.
HSL color Cylindrical-coordinate representation of color #303A9F: hue angle of 234.59º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #303A9F is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 58 | 159 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.38 |
| HSL | 234.59º | 0.54% | 0.41% | - |
| HSV(B) | 234.59º | 0.7% | 0.62% | - |
| XYZ | 8.99 | 6.16 | 33.52 | - |
| YUV | 66.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 159 | 0.70 | 0.64 | 0 | 0.38 | 234.59 | 0.54 | 0.41 |
| Hex | 30 | 3A | 9F | 46 | 40 | 0 | 26 | EB | 36 | 29 |
| Octal | 60 | 72 | 237 | 106 | 100 | 0 | 46 | 353 | 66 | 51 |
| Binary | 110000 | 111010 | 10011111 | 1000110 | 1000000 | 0 | 100110 | 11101011 | 110110 | 101001 |
Color Harmonies of #303A9F
Complementary color
Monochromatic Colors of #303A9F
Black with #303A9F
Text Example
Text Example
White with #303A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A9F; }
p { color: rgb(48,58,159); }
H1.HeaderClassName
{
color: #303A9F;
}
.AnyTagClassName
{
color: #303A9F;
}
</style>
background-color css
<style>
a { background-color: #303A9F; }
a { background-color: rgb(48,58,159); }
div.DivClassName
{
background-color: #303A9F;
}
.BgClassName
{
background-color: #303A9F;
}
</style>
border-color css
<style>
span { border-color: #303A9F; }
span { border-color: rgb(48,58,159); }
td.TdClassName
{
border-color: #303A9F;
}
.TagClassName
{
border-color: #303A9F;
}
</style>