Shades of Persian Blue #303DC9
Tints of Persian Blue #303DC9
RGB
CMYK
RGB Variations
Color information
#303DC9 (or 0x303DC9) is known color: Persian Blue. HEX triplet: 30, 3D and C9. RGB value is (48,61,201). Sum of RGB (Red+Green+Blue) = 48+61+201=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #303DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DC9 is #CFC236. Grayscale: #484848. Windows color (decimal): -13615671 or 13188400. OLE color: 13188400.
HSL color Cylindrical-coordinate representation of color #303DC9: hue angle of 234.9º 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 #303DC9 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 61 | 201 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.21 |
| HSL | 234.9º | 0.61% | 0.49% | - |
| HSV(B) | 234.9º | 0.76% | 0.79% | - |
| XYZ | 13.43 | 8.18 | 56.13 | - |
| YUV | 73.07 | 200.19 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 201 | 0.76 | 0.70 | 0 | 0.21 | 234.9 | 0.61 | 0.49 |
| Hex | 30 | 3D | C9 | 4C | 46 | 0 | 15 | EB | 3D | 31 |
| Octal | 60 | 75 | 311 | 114 | 106 | 0 | 25 | 353 | 75 | 61 |
| Binary | 110000 | 111101 | 11001001 | 1001100 | 1000110 | 0 | 10101 | 11101011 | 111101 | 110001 |
Color Harmonies of #303DC9
Complementary color
Monochromatic Colors of #303DC9
Black with #303DC9
Text Example
Text Example
White with #303DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DC9; }
p { color: rgb(48,61,201); }
H1.HeaderClassName
{
color: #303DC9;
}
.AnyTagClassName
{
color: #303DC9;
}
</style>
background-color css
<style>
a { background-color: #303DC9; }
a { background-color: rgb(48,61,201); }
div.DivClassName
{
background-color: #303DC9;
}
.BgClassName
{
background-color: #303DC9;
}
</style>
border-color css
<style>
span { border-color: #303DC9; }
span { border-color: rgb(48,61,201); }
td.TdClassName
{
border-color: #303DC9;
}
.TagClassName
{
border-color: #303DC9;
}
</style>