Shades of Persian Blue #303CBD
Tints of Persian Blue #303CBD
RGB
CMYK
RGB Variations
Color information
#303CBD (or 0x303CBD) is known color: Persian Blue. HEX triplet: 30, 3C and BD. RGB value is (48,60,189). Sum of RGB (Red+Green+Blue) = 48+60+189=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #303CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBD is #CFC342. Grayscale: #464646. Windows color (decimal): -13615939 or 12401712. OLE color: 12401712.
HSL color Cylindrical-coordinate representation of color #303CBD: hue angle of 234.89º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #303CBD is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 60 | 189 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.26 |
| HSL | 234.89º | 0.59% | 0.46% | - |
| HSV(B) | 234.89º | 0.75% | 0.74% | - |
| XYZ | 12.02 | 7.53 | 48.96 | - |
| YUV | 71.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 189 | 0.75 | 0.68 | 0 | 0.26 | 234.89 | 0.59 | 0.46 |
| Hex | 30 | 3C | BD | 4B | 44 | 0 | 1A | EB | 3B | 2E |
| Octal | 60 | 74 | 275 | 113 | 104 | 0 | 32 | 353 | 73 | 56 |
| Binary | 110000 | 111100 | 10111101 | 1001011 | 1000100 | 0 | 11010 | 11101011 | 111011 | 101110 |
Color Harmonies of #303CBD
Complementary color
Monochromatic Colors of #303CBD
Black with #303CBD
Text Example
Text Example
White with #303CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CBD; }
p { color: rgb(48,60,189); }
H1.HeaderClassName
{
color: #303CBD;
}
.AnyTagClassName
{
color: #303CBD;
}
</style>
background-color css
<style>
a { background-color: #303CBD; }
a { background-color: rgb(48,60,189); }
div.DivClassName
{
background-color: #303CBD;
}
.BgClassName
{
background-color: #303CBD;
}
</style>
border-color css
<style>
span { border-color: #303CBD; }
span { border-color: rgb(48,60,189); }
td.TdClassName
{
border-color: #303CBD;
}
.TagClassName
{
border-color: #303CBD;
}
</style>