Shades of Persian Blue #303DBE
Tints of Persian Blue #303DBE
RGB
CMYK
RGB Variations
Color information
#303DBE (or 0x303DBE) is known color: Persian Blue. HEX triplet: 30, 3D and BE. RGB value is (48,61,190). Sum of RGB (Red+Green+Blue) = 48+61+190=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #303DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBE is #CFC241. Grayscale: #474747. Windows color (decimal): -13615682 or 12467504. OLE color: 12467504.
HSL color Cylindrical-coordinate representation of color #303DBE: hue angle of 234.51º 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 #303DBE is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 61 | 190 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.25 |
| HSL | 234.51º | 0.6% | 0.47% | - |
| HSV(B) | 234.51º | 0.75% | 0.75% | - |
| XYZ | 12.18 | 7.68 | 49.56 | - |
| YUV | 71.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 190 | 0.75 | 0.68 | 0 | 0.25 | 234.51 | 0.6 | 0.47 |
| Hex | 30 | 3D | BE | 4B | 44 | 0 | 19 | EB | 3C | 2F |
| Octal | 60 | 75 | 276 | 113 | 104 | 0 | 31 | 353 | 74 | 57 |
| Binary | 110000 | 111101 | 10111110 | 1001011 | 1000100 | 0 | 11001 | 11101011 | 111100 | 101111 |
Color Harmonies of #303DBE
Complementary color
Monochromatic Colors of #303DBE
Black with #303DBE
Text Example
Text Example
White with #303DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DBE; }
p { color: rgb(48,61,190); }
H1.HeaderClassName
{
color: #303DBE;
}
.AnyTagClassName
{
color: #303DBE;
}
</style>
background-color css
<style>
a { background-color: #303DBE; }
a { background-color: rgb(48,61,190); }
div.DivClassName
{
background-color: #303DBE;
}
.BgClassName
{
background-color: #303DBE;
}
</style>
border-color css
<style>
span { border-color: #303DBE; }
span { border-color: rgb(48,61,190); }
td.TdClassName
{
border-color: #303DBE;
}
.TagClassName
{
border-color: #303DBE;
}
</style>