Shades of Persian Blue #303CBE
Tints of Persian Blue #303CBE
RGB
CMYK
RGB Variations
Color information
#303CBE (or 0x303CBE) is known color: Persian Blue. HEX triplet: 30, 3C and BE. RGB value is (48,60,190). Sum of RGB (Red+Green+Blue) = 48+60+190=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #303CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBE is #CFC341. Grayscale: #464646. Windows color (decimal): -13615938 or 12467248. OLE color: 12467248.
HSL color Cylindrical-coordinate representation of color #303CBE: hue angle of 234.93º 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 #303CBE is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 60 | 190 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.25 |
| HSL | 234.93º | 0.6% | 0.47% | - |
| HSV(B) | 234.93º | 0.75% | 0.75% | - |
| XYZ | 12.13 | 7.58 | 49.54 | - |
| YUV | 71.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 190 | 0.75 | 0.68 | 0 | 0.25 | 234.93 | 0.6 | 0.47 |
| Hex | 30 | 3C | BE | 4B | 44 | 0 | 19 | EB | 3C | 2F |
| Octal | 60 | 74 | 276 | 113 | 104 | 0 | 31 | 353 | 74 | 57 |
| Binary | 110000 | 111100 | 10111110 | 1001011 | 1000100 | 0 | 11001 | 11101011 | 111100 | 101111 |
Color Harmonies of #303CBE
Complementary color
Monochromatic Colors of #303CBE
Black with #303CBE
Text Example
Text Example
White with #303CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CBE; }
p { color: rgb(48,60,190); }
H1.HeaderClassName
{
color: #303CBE;
}
.AnyTagClassName
{
color: #303CBE;
}
</style>
background-color css
<style>
a { background-color: #303CBE; }
a { background-color: rgb(48,60,190); }
div.DivClassName
{
background-color: #303CBE;
}
.BgClassName
{
background-color: #303CBE;
}
</style>
border-color css
<style>
span { border-color: #303CBE; }
span { border-color: rgb(48,60,190); }
td.TdClassName
{
border-color: #303CBE;
}
.TagClassName
{
border-color: #303CBE;
}
</style>