Shades of Persian Blue #3039DD
Tints of Persian Blue #3039DD
RGB
CMYK
RGB Variations
Color information
#3039DD (or 0x3039DD) is known color: Persian Blue. HEX triplet: 30, 39 and DD. RGB value is (48,57,221). Sum of RGB (Red+Green+Blue) = 48+57+221=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #3039DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039DD is #CFC622. Grayscale: #484848. Windows color (decimal): -13616675 or 14498096. OLE color: 14498096.
HSL color Cylindrical-coordinate representation of color #3039DD: hue angle of 236.88º 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 #3039DD is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 57 | 221 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.13 |
| HSL | 236.88º | 0.72% | 0.53% | - |
| HSV(B) | 236.88º | 0.78% | 0.87% | - |
| XYZ | 15.73 | 8.78 | 69.27 | - |
| YUV | 73.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 221 | 0.78 | 0.74 | 0 | 0.13 | 236.88 | 0.72 | 0.53 |
| Hex | 30 | 39 | DD | 4E | 4A | 0 | D | ED | 48 | 35 |
| Octal | 60 | 71 | 335 | 116 | 112 | 0 | 15 | 355 | 110 | 65 |
| Binary | 110000 | 111001 | 11011101 | 1001110 | 1001010 | 0 | 1101 | 11101101 | 1001000 | 110101 |
Color Harmonies of #3039DD
Complementary color
Monochromatic Colors of #3039DD
Black with #3039DD
Text Example
Text Example
White with #3039DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3039DD; }
p { color: rgb(48,57,221); }
H1.HeaderClassName
{
color: #3039DD;
}
.AnyTagClassName
{
color: #3039DD;
}
</style>
background-color css
<style>
a { background-color: #3039DD; }
a { background-color: rgb(48,57,221); }
div.DivClassName
{
background-color: #3039DD;
}
.BgClassName
{
background-color: #3039DD;
}
</style>
border-color css
<style>
span { border-color: #3039DD; }
span { border-color: rgb(48,57,221); }
td.TdClassName
{
border-color: #3039DD;
}
.TagClassName
{
border-color: #3039DD;
}
</style>