Shades of Persian Blue #303FC0
Tints of Persian Blue #303FC0
RGB
CMYK
RGB Variations
Color information
#303FC0 (or 0x303FC0) is known color: Persian Blue. HEX triplet: 30, 3F and C0. RGB value is (48,63,192). Sum of RGB (Red+Green+Blue) = 48+63+192=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #303FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FC0 is #CFC03F. Grayscale: #484848. Windows color (decimal): -13615168 or 12599088. OLE color: 12599088.
HSL color Cylindrical-coordinate representation of color #303FC0: hue angle of 233.75º 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 #303FC0 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 63 | 192 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.25 |
| HSL | 233.75º | 0.6% | 0.47% | - |
| HSV(B) | 233.75º | 0.75% | 0.75% | - |
| XYZ | 12.51 | 7.99 | 50.75 | - |
| YUV | 73.22 | 195.03 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 192 | 0.75 | 0.67 | 0 | 0.25 | 233.75 | 0.6 | 0.47 |
| Hex | 30 | 3F | C0 | 4B | 43 | 0 | 19 | EA | 3C | 2F |
| Octal | 60 | 77 | 300 | 113 | 103 | 0 | 31 | 352 | 74 | 57 |
| Binary | 110000 | 111111 | 11000000 | 1001011 | 1000011 | 0 | 11001 | 11101010 | 111100 | 101111 |
Color Harmonies of #303FC0
Complementary color
Monochromatic Colors of #303FC0
Black with #303FC0
Text Example
Text Example
White with #303FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FC0; }
p { color: rgb(48,63,192); }
H1.HeaderClassName
{
color: #303FC0;
}
.AnyTagClassName
{
color: #303FC0;
}
</style>
background-color css
<style>
a { background-color: #303FC0; }
a { background-color: rgb(48,63,192); }
div.DivClassName
{
background-color: #303FC0;
}
.BgClassName
{
background-color: #303FC0;
}
</style>
border-color css
<style>
span { border-color: #303FC0; }
span { border-color: rgb(48,63,192); }
td.TdClassName
{
border-color: #303FC0;
}
.TagClassName
{
border-color: #303FC0;
}
</style>