Shades of Persian Blue #303DBA
Tints of Persian Blue #303DBA
RGB
CMYK
RGB Variations
Color information
#303DBA (or 0x303DBA) is known color: Persian Blue. HEX triplet: 30, 3D and BA. RGB value is (48,61,186). Sum of RGB (Red+Green+Blue) = 48+61+186=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #303DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DBA is #CFC245. Grayscale: #464646. Windows color (decimal): -13615686 or 12205360. OLE color: 12205360.
HSL color Cylindrical-coordinate representation of color #303DBA: hue angle of 234.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303DBA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 61 | 186 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.27 |
| HSL | 234.35º | 0.59% | 0.46% | - |
| HSV(B) | 234.35º | 0.74% | 0.73% | - |
| XYZ | 11.75 | 7.51 | 47.28 | - |
| YUV | 71.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 186 | 0.74 | 0.67 | 0 | 0.27 | 234.35 | 0.59 | 0.46 |
| Hex | 30 | 3D | BA | 4A | 43 | 0 | 1B | EA | 3B | 2E |
| Octal | 60 | 75 | 272 | 112 | 103 | 0 | 33 | 352 | 73 | 56 |
| Binary | 110000 | 111101 | 10111010 | 1001010 | 1000011 | 0 | 11011 | 11101010 | 111011 | 101110 |
Color Harmonies of #303DBA
Complementary color
Monochromatic Colors of #303DBA
Black with #303DBA
Text Example
Text Example
White with #303DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DBA; }
p { color: rgb(48,61,186); }
H1.HeaderClassName
{
color: #303DBA;
}
.AnyTagClassName
{
color: #303DBA;
}
</style>
background-color css
<style>
a { background-color: #303DBA; }
a { background-color: rgb(48,61,186); }
div.DivClassName
{
background-color: #303DBA;
}
.BgClassName
{
background-color: #303DBA;
}
</style>
border-color css
<style>
span { border-color: #303DBA; }
span { border-color: rgb(48,61,186); }
td.TdClassName
{
border-color: #303DBA;
}
.TagClassName
{
border-color: #303DBA;
}
</style>