Shades of Persian Blue #303DBF
Tints of Persian Blue #303DBF
RGB
CMYK
RGB Variations
Color information
#303DBF (or 0x303DBF) is known color: Persian Blue. HEX triplet: 30, 3D and BF. RGB value is (48,61,191). Sum of RGB (Red+Green+Blue) = 48+61+191=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #303DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBF is #CFC240. Grayscale: #474747. Windows color (decimal): -13615681 or 12533040. OLE color: 12533040.
HSL color Cylindrical-coordinate representation of color #303DBF: hue angle of 234.55º 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 #303DBF is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 61 | 191 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.25 |
| HSL | 234.55º | 0.6% | 0.47% | - |
| HSV(B) | 234.55º | 0.75% | 0.75% | - |
| XYZ | 12.29 | 7.73 | 50.13 | - |
| YUV | 71.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 191 | 0.75 | 0.68 | 0 | 0.25 | 234.55 | 0.6 | 0.47 |
| Hex | 30 | 3D | BF | 4B | 44 | 0 | 19 | EB | 3C | 2F |
| Octal | 60 | 75 | 277 | 113 | 104 | 0 | 31 | 353 | 74 | 57 |
| Binary | 110000 | 111101 | 10111111 | 1001011 | 1000100 | 0 | 11001 | 11101011 | 111100 | 101111 |
Color Harmonies of #303DBF
Complementary color
Monochromatic Colors of #303DBF
Black with #303DBF
Text Example
Text Example
White with #303DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DBF; }
p { color: rgb(48,61,191); }
H1.HeaderClassName
{
color: #303DBF;
}
.AnyTagClassName
{
color: #303DBF;
}
</style>
background-color css
<style>
a { background-color: #303DBF; }
a { background-color: rgb(48,61,191); }
div.DivClassName
{
background-color: #303DBF;
}
.BgClassName
{
background-color: #303DBF;
}
</style>
border-color css
<style>
span { border-color: #303DBF; }
span { border-color: rgb(48,61,191); }
td.TdClassName
{
border-color: #303DBF;
}
.TagClassName
{
border-color: #303DBF;
}
</style>