Shades of Persian Blue #303ADD
Tints of Persian Blue #303ADD
RGB
CMYK
RGB Variations
Color information
#303ADD (or 0x303ADD) is known color: Persian Blue. HEX triplet: 30, 3A and DD. RGB value is (48,58,221). Sum of RGB (Red+Green+Blue) = 48+58+221=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #303ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ADD is #CFC522. Grayscale: #484848. Windows color (decimal): -13616419 or 14498352. OLE color: 14498352.
HSL color Cylindrical-coordinate representation of color #303ADD: hue angle of 236.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303ADD is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 58 | 221 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.13 |
| HSL | 236.53º | 0.72% | 0.53% | - |
| HSV(B) | 236.53º | 0.78% | 0.87% | - |
| XYZ | 15.78 | 8.87 | 69.29 | - |
| YUV | 73.59 | 211.19 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 221 | 0.78 | 0.74 | 0 | 0.13 | 236.53 | 0.72 | 0.53 |
| Hex | 30 | 3A | DD | 4E | 4A | 0 | D | ED | 48 | 35 |
| Octal | 60 | 72 | 335 | 116 | 112 | 0 | 15 | 355 | 110 | 65 |
| Binary | 110000 | 111010 | 11011101 | 1001110 | 1001010 | 0 | 1101 | 11101101 | 1001000 | 110101 |
Color Harmonies of #303ADD
Complementary color
Monochromatic Colors of #303ADD
Black with #303ADD
Text Example
Text Example
White with #303ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303ADD; }
p { color: rgb(48,58,221); }
H1.HeaderClassName
{
color: #303ADD;
}
.AnyTagClassName
{
color: #303ADD;
}
</style>
background-color css
<style>
a { background-color: #303ADD; }
a { background-color: rgb(48,58,221); }
div.DivClassName
{
background-color: #303ADD;
}
.BgClassName
{
background-color: #303ADD;
}
</style>
border-color css
<style>
span { border-color: #303ADD; }
span { border-color: rgb(48,58,221); }
td.TdClassName
{
border-color: #303ADD;
}
.TagClassName
{
border-color: #303ADD;
}
</style>