Shades of Persian Blue #303EBE
Tints of Persian Blue #303EBE
RGB
CMYK
RGB Variations
Color information
#303EBE (or 0x303EBE) is known color: Persian Blue. HEX triplet: 30, 3E and BE. RGB value is (48,62,190). Sum of RGB (Red+Green+Blue) = 48+62+190=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #303EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EBE is #CFC141. Grayscale: #474747. Windows color (decimal): -13615426 or 12467760. OLE color: 12467760.
HSL color Cylindrical-coordinate representation of color #303EBE: hue angle of 234.08º 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 #303EBE is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 62 | 190 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.25 |
| HSL | 234.08º | 0.6% | 0.47% | - |
| HSV(B) | 234.08º | 0.75% | 0.75% | - |
| XYZ | 12.24 | 7.79 | 49.57 | - |
| YUV | 72.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 190 | 0.75 | 0.67 | 0 | 0.25 | 234.08 | 0.6 | 0.47 |
| Hex | 30 | 3E | BE | 4B | 43 | 0 | 19 | EA | 3C | 2F |
| Octal | 60 | 76 | 276 | 113 | 103 | 0 | 31 | 352 | 74 | 57 |
| Binary | 110000 | 111110 | 10111110 | 1001011 | 1000011 | 0 | 11001 | 11101010 | 111100 | 101111 |
Color Harmonies of #303EBE
Complementary color
Monochromatic Colors of #303EBE
Black with #303EBE
Text Example
Text Example
White with #303EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EBE; }
p { color: rgb(48,62,190); }
H1.HeaderClassName
{
color: #303EBE;
}
.AnyTagClassName
{
color: #303EBE;
}
</style>
background-color css
<style>
a { background-color: #303EBE; }
a { background-color: rgb(48,62,190); }
div.DivClassName
{
background-color: #303EBE;
}
.BgClassName
{
background-color: #303EBE;
}
</style>
border-color css
<style>
span { border-color: #303EBE; }
span { border-color: rgb(48,62,190); }
td.TdClassName
{
border-color: #303EBE;
}
.TagClassName
{
border-color: #303EBE;
}
</style>