Shades of Persian Blue #3337D9
Tints of Persian Blue #3337D9
RGB
CMYK
RGB Variations
Color information
#3337D9 (or 0x3337D9) is known color: Persian Blue. HEX triplet: 33, 37 and D9. RGB value is (51,55,217). Sum of RGB (Red+Green+Blue) = 51+55+217=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 217 (85.16% from 255 or 67.18% from 323); Max value from RGB is 217 - color contains mainly: blue. Hex color #3337D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337D9 is #CCC826. Grayscale: #474747. Windows color (decimal): -13420583 or 14235443. OLE color: 14235443.
HSL color Cylindrical-coordinate representation of color #3337D9: hue angle of 238.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3337D9 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 55 | 217 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.15 |
| HSL | 238.55º | 0.69% | 0.53% | - |
| HSV(B) | 238.55º | 0.76% | 0.85% | - |
| XYZ | 15.26 | 8.45 | 66.47 | - |
| YUV | 72.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 217 | 0.76 | 0.75 | 0 | 0.15 | 238.55 | 0.69 | 0.53 |
| Hex | 33 | 37 | D9 | 4C | 4B | 0 | F | EF | 45 | 35 |
| Octal | 63 | 67 | 331 | 114 | 113 | 0 | 17 | 357 | 105 | 65 |
| Binary | 110011 | 110111 | 11011001 | 1001100 | 1001011 | 0 | 1111 | 11101111 | 1000101 | 110101 |
Color Harmonies of #3337D9
Complementary color
Monochromatic Colors of #3337D9
Black with #3337D9
Text Example
Text Example
White with #3337D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3337D9; }
p { color: rgb(51,55,217); }
H1.HeaderClassName
{
color: #3337D9;
}
.AnyTagClassName
{
color: #3337D9;
}
</style>
background-color css
<style>
a { background-color: #3337D9; }
a { background-color: rgb(51,55,217); }
div.DivClassName
{
background-color: #3337D9;
}
.BgClassName
{
background-color: #3337D9;
}
</style>
border-color css
<style>
span { border-color: #3337D9; }
span { border-color: rgb(51,55,217); }
td.TdClassName
{
border-color: #3337D9;
}
.TagClassName
{
border-color: #3337D9;
}
</style>