Shades of Persian Blue #303BC9
Tints of Persian Blue #303BC9
RGB
CMYK
RGB Variations
Color information
#303BC9 (or 0x303BC9) is known color: Persian Blue. HEX triplet: 30, 3B and C9. RGB value is (48,59,201). Sum of RGB (Red+Green+Blue) = 48+59+201=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #303BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BC9 is #CFC436. Grayscale: #474747. Windows color (decimal): -13616183 or 13187888. OLE color: 13187888.
HSL color Cylindrical-coordinate representation of color #303BC9: hue angle of 235.69º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303BC9 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 59 | 201 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.21 |
| HSL | 235.69º | 0.61% | 0.49% | - |
| HSV(B) | 235.69º | 0.76% | 0.79% | - |
| XYZ | 13.33 | 7.97 | 56.1 | - |
| YUV | 71.9 | 200.86 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 201 | 0.76 | 0.71 | 0 | 0.21 | 235.69 | 0.61 | 0.49 |
| Hex | 30 | 3B | C9 | 4C | 47 | 0 | 15 | EC | 3D | 31 |
| Octal | 60 | 73 | 311 | 114 | 107 | 0 | 25 | 354 | 75 | 61 |
| Binary | 110000 | 111011 | 11001001 | 1001100 | 1000111 | 0 | 10101 | 11101100 | 111101 | 110001 |
Color Harmonies of #303BC9
Complementary color
Monochromatic Colors of #303BC9
Black with #303BC9
Text Example
Text Example
White with #303BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BC9; }
p { color: rgb(48,59,201); }
H1.HeaderClassName
{
color: #303BC9;
}
.AnyTagClassName
{
color: #303BC9;
}
</style>
background-color css
<style>
a { background-color: #303BC9; }
a { background-color: rgb(48,59,201); }
div.DivClassName
{
background-color: #303BC9;
}
.BgClassName
{
background-color: #303BC9;
}
</style>
border-color css
<style>
span { border-color: #303BC9; }
span { border-color: rgb(48,59,201); }
td.TdClassName
{
border-color: #303BC9;
}
.TagClassName
{
border-color: #303BC9;
}
</style>