Shades of Persian Blue #303CBF
Tints of Persian Blue #303CBF
RGB
CMYK
RGB Variations
Color information
#303CBF (or 0x303CBF) is known color: Persian Blue. HEX triplet: 30, 3C and BF. RGB value is (48,60,191). Sum of RGB (Red+Green+Blue) = 48+60+191=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #303CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBF is #CFC340. Grayscale: #464646. Windows color (decimal): -13615937 or 12532784. OLE color: 12532784.
HSL color Cylindrical-coordinate representation of color #303CBF: hue angle of 234.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303CBF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 60 | 191 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.25 |
| HSL | 234.97º | 0.6% | 0.47% | - |
| HSV(B) | 234.97º | 0.75% | 0.75% | - |
| XYZ | 12.24 | 7.62 | 50.12 | - |
| YUV | 71.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 191 | 0.75 | 0.69 | 0 | 0.25 | 234.97 | 0.6 | 0.47 |
| Hex | 30 | 3C | BF | 4B | 45 | 0 | 19 | EB | 3C | 2F |
| Octal | 60 | 74 | 277 | 113 | 105 | 0 | 31 | 353 | 74 | 57 |
| Binary | 110000 | 111100 | 10111111 | 1001011 | 1000101 | 0 | 11001 | 11101011 | 111100 | 101111 |
Color Harmonies of #303CBF
Complementary color
Monochromatic Colors of #303CBF
Black with #303CBF
Text Example
Text Example
White with #303CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CBF; }
p { color: rgb(48,60,191); }
H1.HeaderClassName
{
color: #303CBF;
}
.AnyTagClassName
{
color: #303CBF;
}
</style>
background-color css
<style>
a { background-color: #303CBF; }
a { background-color: rgb(48,60,191); }
div.DivClassName
{
background-color: #303CBF;
}
.BgClassName
{
background-color: #303CBF;
}
</style>
border-color css
<style>
span { border-color: #303CBF; }
span { border-color: rgb(48,60,191); }
td.TdClassName
{
border-color: #303CBF;
}
.TagClassName
{
border-color: #303CBF;
}
</style>