Shades of Persian Blue #303DD2
Tints of Persian Blue #303DD2
RGB
CMYK
RGB Variations
Color information
#303DD2 (or 0x303DD2) is known color: Persian Blue. HEX triplet: 30, 3D and D2. RGB value is (48,61,210). Sum of RGB (Red+Green+Blue) = 48+61+210=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 210 (82.42% from 255 or 65.83% from 319); Max value from RGB is 210 - color contains mainly: blue. Hex color #303DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DD2 is #CFC22D. Grayscale: #494949. Windows color (decimal): -13615662 or 13778224. OLE color: 13778224.
HSL color Cylindrical-coordinate representation of color #303DD2: hue angle of 235.19º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303DD2 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 61 | 210 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.18 |
| HSL | 235.19º | 0.64% | 0.51% | - |
| HSV(B) | 235.19º | 0.77% | 0.82% | - |
| XYZ | 14.52 | 8.62 | 61.87 | - |
| YUV | 74.1 | 204.69 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 210 | 0.77 | 0.71 | 0 | 0.18 | 235.19 | 0.64 | 0.51 |
| Hex | 30 | 3D | D2 | 4D | 47 | 0 | 12 | EB | 40 | 33 |
| Octal | 60 | 75 | 322 | 115 | 107 | 0 | 22 | 353 | 100 | 63 |
| Binary | 110000 | 111101 | 11010010 | 1001101 | 1000111 | 0 | 10010 | 11101011 | 1000000 | 110011 |
Color Harmonies of #303DD2
Complementary color
Monochromatic Colors of #303DD2
Black with #303DD2
Text Example
Text Example
White with #303DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DD2; }
p { color: rgb(48,61,210); }
H1.HeaderClassName
{
color: #303DD2;
}
.AnyTagClassName
{
color: #303DD2;
}
</style>
background-color css
<style>
a { background-color: #303DD2; }
a { background-color: rgb(48,61,210); }
div.DivClassName
{
background-color: #303DD2;
}
.BgClassName
{
background-color: #303DD2;
}
</style>
border-color css
<style>
span { border-color: #303DD2; }
span { border-color: rgb(48,61,210); }
td.TdClassName
{
border-color: #303DD2;
}
.TagClassName
{
border-color: #303DD2;
}
</style>