Shades of Persian Blue #303AB5
Tints of Persian Blue #303AB5
RGB
CMYK
RGB Variations
Color information
#303AB5 (or 0x303AB5) is known color: Persian Blue. HEX triplet: 30, 3A and B5. RGB value is (48,58,181). Sum of RGB (Red+Green+Blue) = 48+58+181=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #303AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AB5 is #CFC54A. Grayscale: #444444. Windows color (decimal): -13616459 or 11876912. OLE color: 11876912.
HSL color Cylindrical-coordinate representation of color #303AB5: hue angle of 235.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303AB5 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 58 | 181 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.29 |
| HSL | 235.49º | 0.58% | 0.45% | - |
| HSV(B) | 235.49º | 0.73% | 0.71% | - |
| XYZ | 11.07 | 6.99 | 44.48 | - |
| YUV | 69.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 181 | 0.73 | 0.68 | 0 | 0.29 | 235.49 | 0.58 | 0.45 |
| Hex | 30 | 3A | B5 | 49 | 44 | 0 | 1D | EB | 3A | 2D |
| Octal | 60 | 72 | 265 | 111 | 104 | 0 | 35 | 353 | 72 | 55 |
| Binary | 110000 | 111010 | 10110101 | 1001001 | 1000100 | 0 | 11101 | 11101011 | 111010 | 101101 |
Color Harmonies of #303AB5
Complementary color
Monochromatic Colors of #303AB5
Black with #303AB5
Text Example
Text Example
White with #303AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303AB5; }
p { color: rgb(48,58,181); }
H1.HeaderClassName
{
color: #303AB5;
}
.AnyTagClassName
{
color: #303AB5;
}
</style>
background-color css
<style>
a { background-color: #303AB5; }
a { background-color: rgb(48,58,181); }
div.DivClassName
{
background-color: #303AB5;
}
.BgClassName
{
background-color: #303AB5;
}
</style>
border-color css
<style>
span { border-color: #303AB5; }
span { border-color: rgb(48,58,181); }
td.TdClassName
{
border-color: #303AB5;
}
.TagClassName
{
border-color: #303AB5;
}
</style>