Shades of Persian Blue #303BC8
Tints of Persian Blue #303BC8
RGB
CMYK
RGB Variations
Color information
#303BC8 (or 0x303BC8) is known color: Persian Blue. HEX triplet: 30, 3B and C8. RGB value is (48,59,200). Sum of RGB (Red+Green+Blue) = 48+59+200=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 200 (78.52% from 255 or 65.15% from 307); Max value from RGB is 200 - color contains mainly: blue. Hex color #303BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BC8 is #CFC437. Grayscale: #474747. Windows color (decimal): -13616184 or 13122352. OLE color: 13122352.
HSL color Cylindrical-coordinate representation of color #303BC8: hue angle of 235.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303BC8 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 59 | 200 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.22 |
| HSL | 235.66º | 0.61% | 0.49% | - |
| HSV(B) | 235.66º | 0.76% | 0.78% | - |
| XYZ | 13.21 | 7.93 | 55.48 | - |
| YUV | 71.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 200 | 0.76 | 0.70 | 0 | 0.22 | 235.66 | 0.61 | 0.49 |
| Hex | 30 | 3B | C8 | 4C | 46 | 0 | 16 | EC | 3D | 31 |
| Octal | 60 | 73 | 310 | 114 | 106 | 0 | 26 | 354 | 75 | 61 |
| Binary | 110000 | 111011 | 11001000 | 1001100 | 1000110 | 0 | 10110 | 11101100 | 111101 | 110001 |
Color Harmonies of #303BC8
Complementary color
Monochromatic Colors of #303BC8
Black with #303BC8
Text Example
Text Example
White with #303BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BC8; }
p { color: rgb(48,59,200); }
H1.HeaderClassName
{
color: #303BC8;
}
.AnyTagClassName
{
color: #303BC8;
}
</style>
background-color css
<style>
a { background-color: #303BC8; }
a { background-color: rgb(48,59,200); }
div.DivClassName
{
background-color: #303BC8;
}
.BgClassName
{
background-color: #303BC8;
}
</style>
border-color css
<style>
span { border-color: #303BC8; }
span { border-color: rgb(48,59,200); }
td.TdClassName
{
border-color: #303BC8;
}
.TagClassName
{
border-color: #303BC8;
}
</style>