Shades of Persian Blue #303DCF
Tints of Persian Blue #303DCF
RGB
CMYK
RGB Variations
Color information
#303DCF (or 0x303DCF) is known color: Persian Blue. HEX triplet: 30, 3D and CF. RGB value is (48,61,207). Sum of RGB (Red+Green+Blue) = 48+61+207=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #303DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DCF is #CFC230. Grayscale: #494949. Windows color (decimal): -13615665 or 13581616. OLE color: 13581616.
HSL color Cylindrical-coordinate representation of color #303DCF: hue angle of 235.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303DCF is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 61 | 207 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.19 |
| HSL | 235.09º | 0.62% | 0.5% | - |
| HSV(B) | 235.09º | 0.77% | 0.81% | - |
| XYZ | 14.15 | 8.47 | 59.92 | - |
| YUV | 73.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 207 | 0.77 | 0.71 | 0 | 0.19 | 235.09 | 0.62 | 0.5 |
| Hex | 30 | 3D | CF | 4D | 47 | 0 | 13 | EB | 3E | 32 |
| Octal | 60 | 75 | 317 | 115 | 107 | 0 | 23 | 353 | 76 | 62 |
| Binary | 110000 | 111101 | 11001111 | 1001101 | 1000111 | 0 | 10011 | 11101011 | 111110 | 110010 |
Color Harmonies of #303DCF
Complementary color
Monochromatic Colors of #303DCF
Black with #303DCF
Text Example
Text Example
White with #303DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DCF; }
p { color: rgb(48,61,207); }
H1.HeaderClassName
{
color: #303DCF;
}
.AnyTagClassName
{
color: #303DCF;
}
</style>
background-color css
<style>
a { background-color: #303DCF; }
a { background-color: rgb(48,61,207); }
div.DivClassName
{
background-color: #303DCF;
}
.BgClassName
{
background-color: #303DCF;
}
</style>
border-color css
<style>
span { border-color: #303DCF; }
span { border-color: rgb(48,61,207); }
td.TdClassName
{
border-color: #303DCF;
}
.TagClassName
{
border-color: #303DCF;
}
</style>