Shades of Persian Blue #303DCC
Tints of Persian Blue #303DCC
RGB
CMYK
RGB Variations
Color information
#303DCC (or 0x303DCC) is known color: Persian Blue. HEX triplet: 30, 3D and CC. RGB value is (48,61,204). Sum of RGB (Red+Green+Blue) = 48+61+204=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #303DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DCC is #CFC233. Grayscale: #484848. Windows color (decimal): -13615668 or 13385008. OLE color: 13385008.
HSL color Cylindrical-coordinate representation of color #303DCC: hue angle of 235º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303DCC is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 61 | 204 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.2 |
| HSL | 235º | 0.62% | 0.49% | - |
| HSV(B) | 235º | 0.76% | 0.8% | - |
| XYZ | 13.79 | 8.33 | 58.01 | - |
| YUV | 73.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 204 | 0.76 | 0.70 | 0 | 0.2 | 235 | 0.62 | 0.49 |
| Hex | 30 | 3D | CC | 4C | 46 | 0 | 14 | EB | 3E | 31 |
| Octal | 60 | 75 | 314 | 114 | 106 | 0 | 24 | 353 | 76 | 61 |
| Binary | 110000 | 111101 | 11001100 | 1001100 | 1000110 | 0 | 10100 | 11101011 | 111110 | 110001 |
Color Harmonies of #303DCC
Complementary color
Monochromatic Colors of #303DCC
Black with #303DCC
Text Example
Text Example
White with #303DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DCC; }
p { color: rgb(48,61,204); }
H1.HeaderClassName
{
color: #303DCC;
}
.AnyTagClassName
{
color: #303DCC;
}
</style>
background-color css
<style>
a { background-color: #303DCC; }
a { background-color: rgb(48,61,204); }
div.DivClassName
{
background-color: #303DCC;
}
.BgClassName
{
background-color: #303DCC;
}
</style>
border-color css
<style>
span { border-color: #303DCC; }
span { border-color: rgb(48,61,204); }
td.TdClassName
{
border-color: #303DCC;
}
.TagClassName
{
border-color: #303DCC;
}
</style>