Shades of Persian Blue #303DBC
Tints of Persian Blue #303DBC
RGB
CMYK
RGB Variations
Color information
#303DBC (or 0x303DBC) is known color: Persian Blue. HEX triplet: 30, 3D and BC. RGB value is (48,61,188). Sum of RGB (Red+Green+Blue) = 48+61+188=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #303DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBC is #CFC243. Grayscale: #474747. Windows color (decimal): -13615684 or 12336432. OLE color: 12336432.
HSL color Cylindrical-coordinate representation of color #303DBC: hue angle of 234.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303DBC is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 61 | 188 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.26 |
| HSL | 234.43º | 0.59% | 0.46% | - |
| HSV(B) | 234.43º | 0.74% | 0.74% | - |
| XYZ | 11.96 | 7.6 | 48.41 | - |
| YUV | 71.59 | 193.69 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 188 | 0.74 | 0.68 | 0 | 0.26 | 234.43 | 0.59 | 0.46 |
| Hex | 30 | 3D | BC | 4A | 44 | 0 | 1A | EA | 3B | 2E |
| Octal | 60 | 75 | 274 | 112 | 104 | 0 | 32 | 352 | 73 | 56 |
| Binary | 110000 | 111101 | 10111100 | 1001010 | 1000100 | 0 | 11010 | 11101010 | 111011 | 101110 |
Color Harmonies of #303DBC
Complementary color
Monochromatic Colors of #303DBC
Black with #303DBC
Text Example
Text Example
White with #303DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DBC; }
p { color: rgb(48,61,188); }
H1.HeaderClassName
{
color: #303DBC;
}
.AnyTagClassName
{
color: #303DBC;
}
</style>
background-color css
<style>
a { background-color: #303DBC; }
a { background-color: rgb(48,61,188); }
div.DivClassName
{
background-color: #303DBC;
}
.BgClassName
{
background-color: #303DBC;
}
</style>
border-color css
<style>
span { border-color: #303DBC; }
span { border-color: rgb(48,61,188); }
td.TdClassName
{
border-color: #303DBC;
}
.TagClassName
{
border-color: #303DBC;
}
</style>