Shades of Persian Blue #303EBB
Tints of Persian Blue #303EBB
RGB
CMYK
RGB Variations
Color information
#303EBB (or 0x303EBB) is known color: Persian Blue. HEX triplet: 30, 3E and BB. RGB value is (48,62,187). Sum of RGB (Red+Green+Blue) = 48+62+187=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #303EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EBB is #CFC144. Grayscale: #474747. Windows color (decimal): -13615429 or 12271152. OLE color: 12271152.
HSL color Cylindrical-coordinate representation of color #303EBB: hue angle of 233.96º 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 #303EBB is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 62 | 187 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.27 |
| HSL | 233.96º | 0.59% | 0.46% | - |
| HSV(B) | 233.96º | 0.74% | 0.73% | - |
| XYZ | 11.91 | 7.66 | 47.86 | - |
| YUV | 72.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 187 | 0.74 | 0.67 | 0 | 0.27 | 233.96 | 0.59 | 0.46 |
| Hex | 30 | 3E | BB | 4A | 43 | 0 | 1B | EA | 3B | 2E |
| Octal | 60 | 76 | 273 | 112 | 103 | 0 | 33 | 352 | 73 | 56 |
| Binary | 110000 | 111110 | 10111011 | 1001010 | 1000011 | 0 | 11011 | 11101010 | 111011 | 101110 |
Color Harmonies of #303EBB
Complementary color
Monochromatic Colors of #303EBB
Black with #303EBB
Text Example
Text Example
White with #303EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EBB; }
p { color: rgb(48,62,187); }
H1.HeaderClassName
{
color: #303EBB;
}
.AnyTagClassName
{
color: #303EBB;
}
</style>
background-color css
<style>
a { background-color: #303EBB; }
a { background-color: rgb(48,62,187); }
div.DivClassName
{
background-color: #303EBB;
}
.BgClassName
{
background-color: #303EBB;
}
</style>
border-color css
<style>
span { border-color: #303EBB; }
span { border-color: rgb(48,62,187); }
td.TdClassName
{
border-color: #303EBB;
}
.TagClassName
{
border-color: #303EBB;
}
</style>