Shades of Persian Blue #303DC8
Tints of Persian Blue #303DC8
RGB
CMYK
RGB Variations
Color information
#303DC8 (or 0x303DC8) is known color: Persian Blue. HEX triplet: 30, 3D and C8. RGB value is (48,61,200). Sum of RGB (Red+Green+Blue) = 48+61+200=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #303DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DC8 is #CFC237. Grayscale: #484848. Windows color (decimal): -13615672 or 13122864. OLE color: 13122864.
HSL color Cylindrical-coordinate representation of color #303DC8: hue angle of 234.87º 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 #303DC8 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 61 | 200 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.22 |
| HSL | 234.87º | 0.61% | 0.49% | - |
| HSV(B) | 234.87º | 0.76% | 0.78% | - |
| XYZ | 13.31 | 8.14 | 55.51 | - |
| YUV | 72.96 | 199.69 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 200 | 0.76 | 0.69 | 0 | 0.22 | 234.87 | 0.61 | 0.49 |
| Hex | 30 | 3D | C8 | 4C | 45 | 0 | 16 | EB | 3D | 31 |
| Octal | 60 | 75 | 310 | 114 | 105 | 0 | 26 | 353 | 75 | 61 |
| Binary | 110000 | 111101 | 11001000 | 1001100 | 1000101 | 0 | 10110 | 11101011 | 111101 | 110001 |
Color Harmonies of #303DC8
Complementary color
Monochromatic Colors of #303DC8
Black with #303DC8
Text Example
Text Example
White with #303DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DC8; }
p { color: rgb(48,61,200); }
H1.HeaderClassName
{
color: #303DC8;
}
.AnyTagClassName
{
color: #303DC8;
}
</style>
background-color css
<style>
a { background-color: #303DC8; }
a { background-color: rgb(48,61,200); }
div.DivClassName
{
background-color: #303DC8;
}
.BgClassName
{
background-color: #303DC8;
}
</style>
border-color css
<style>
span { border-color: #303DC8; }
span { border-color: rgb(48,61,200); }
td.TdClassName
{
border-color: #303DC8;
}
.TagClassName
{
border-color: #303DC8;
}
</style>