Shades of Persian Blue #303DCD
Tints of Persian Blue #303DCD
RGB
CMYK
RGB Variations
Color information
#303DCD (or 0x303DCD) is known color: Persian Blue. HEX triplet: 30, 3D and CD. RGB value is (48,61,205). Sum of RGB (Red+Green+Blue) = 48+61+205=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #303DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DCD is #CFC232. Grayscale: #484848. Windows color (decimal): -13615667 or 13450544. OLE color: 13450544.
HSL color Cylindrical-coordinate representation of color #303DCD: hue angle of 235.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303DCD is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 61 | 205 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.20 |
| HSL | 235.03º | 0.62% | 0.5% | - |
| HSV(B) | 235.03º | 0.77% | 0.8% | - |
| XYZ | 13.91 | 8.37 | 58.64 | - |
| YUV | 73.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 205 | 0.77 | 0.70 | 0 | 0.20 | 235.03 | 0.62 | 0.5 |
| Hex | 30 | 3D | CD | 4D | 46 | 0 | 14 | EB | 3E | 32 |
| Octal | 60 | 75 | 315 | 115 | 106 | 0 | 24 | 353 | 76 | 62 |
| Binary | 110000 | 111101 | 11001101 | 1001101 | 1000110 | 0 | 10100 | 11101011 | 111110 | 110010 |
Color Harmonies of #303DCD
Complementary color
Monochromatic Colors of #303DCD
Black with #303DCD
Text Example
Text Example
White with #303DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DCD; }
p { color: rgb(48,61,205); }
H1.HeaderClassName
{
color: #303DCD;
}
.AnyTagClassName
{
color: #303DCD;
}
</style>
background-color css
<style>
a { background-color: #303DCD; }
a { background-color: rgb(48,61,205); }
div.DivClassName
{
background-color: #303DCD;
}
.BgClassName
{
background-color: #303DCD;
}
</style>
border-color css
<style>
span { border-color: #303DCD; }
span { border-color: rgb(48,61,205); }
td.TdClassName
{
border-color: #303DCD;
}
.TagClassName
{
border-color: #303DCD;
}
</style>