Shades of Persian Blue #303BBE
Tints of Persian Blue #303BBE
RGB
CMYK
RGB Variations
Color information
#303BBE (or 0x303BBE) is known color: Persian Blue. HEX triplet: 30, 3B and BE. RGB value is (48,59,190). Sum of RGB (Red+Green+Blue) = 48+59+190=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #303BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BBE is #CFC441. Grayscale: #464646. Windows color (decimal): -13616194 or 12466992. OLE color: 12466992.
HSL color Cylindrical-coordinate representation of color #303BBE: hue angle of 235.35º 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 #303BBE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 59 | 190 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.25 |
| HSL | 235.35º | 0.6% | 0.47% | - |
| HSV(B) | 235.35º | 0.75% | 0.75% | - |
| XYZ | 12.08 | 7.47 | 49.52 | - |
| YUV | 70.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 190 | 0.75 | 0.69 | 0 | 0.25 | 235.35 | 0.6 | 0.47 |
| Hex | 30 | 3B | BE | 4B | 45 | 0 | 19 | EB | 3C | 2F |
| Octal | 60 | 73 | 276 | 113 | 105 | 0 | 31 | 353 | 74 | 57 |
| Binary | 110000 | 111011 | 10111110 | 1001011 | 1000101 | 0 | 11001 | 11101011 | 111100 | 101111 |
Color Harmonies of #303BBE
Complementary color
Monochromatic Colors of #303BBE
Black with #303BBE
Text Example
Text Example
White with #303BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BBE; }
p { color: rgb(48,59,190); }
H1.HeaderClassName
{
color: #303BBE;
}
.AnyTagClassName
{
color: #303BBE;
}
</style>
background-color css
<style>
a { background-color: #303BBE; }
a { background-color: rgb(48,59,190); }
div.DivClassName
{
background-color: #303BBE;
}
.BgClassName
{
background-color: #303BBE;
}
</style>
border-color css
<style>
span { border-color: #303BBE; }
span { border-color: rgb(48,59,190); }
td.TdClassName
{
border-color: #303BBE;
}
.TagClassName
{
border-color: #303BBE;
}
</style>