Shades of Persian Blue #302EDD
Tints of Persian Blue #302EDD
RGB
CMYK
RGB Variations
Color information
#302EDD (or 0x302EDD) is known color: Persian Blue. HEX triplet: 30, 2E and DD. RGB value is (48,46,221). Sum of RGB (Red+Green+Blue) = 48+46+221=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #302EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EDD is #CFD122. Grayscale: #414141. Windows color (decimal): -13619491 or 14495280. OLE color: 14495280.
HSL color Cylindrical-coordinate representation of color #302EDD: hue angle of 240.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302EDD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 46 | 221 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.13 |
| HSL | 240.69º | 0.72% | 0.52% | - |
| HSV(B) | 240.69º | 0.79% | 0.87% | - |
| XYZ | 15.25 | 7.8 | 69.11 | - |
| YUV | 66.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 221 | 0.78 | 0.79 | 0 | 0.13 | 240.69 | 0.72 | 0.52 |
| Hex | 30 | 2E | DD | 4E | 4F | 0 | D | F1 | 48 | 34 |
| Octal | 60 | 56 | 335 | 116 | 117 | 0 | 15 | 361 | 110 | 64 |
| Binary | 110000 | 101110 | 11011101 | 1001110 | 1001111 | 0 | 1101 | 11110001 | 1001000 | 110100 |
Color Harmonies of #302EDD
Complementary color
Monochromatic Colors of #302EDD
Black with #302EDD
Text Example
Text Example
White with #302EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EDD; }
p { color: rgb(48,46,221); }
H1.HeaderClassName
{
color: #302EDD;
}
.AnyTagClassName
{
color: #302EDD;
}
</style>
background-color css
<style>
a { background-color: #302EDD; }
a { background-color: rgb(48,46,221); }
div.DivClassName
{
background-color: #302EDD;
}
.BgClassName
{
background-color: #302EDD;
}
</style>
border-color css
<style>
span { border-color: #302EDD; }
span { border-color: rgb(48,46,221); }
td.TdClassName
{
border-color: #302EDD;
}
.TagClassName
{
border-color: #302EDD;
}
</style>