Shades of Persian Blue #3337D6
Tints of Persian Blue #3337D6
RGB
CMYK
RGB Variations
Color information
#3337D6 (or 0x3337D6) is known color: Persian Blue. HEX triplet: 33, 37 and D6. RGB value is (51,55,214). Sum of RGB (Red+Green+Blue) = 51+55+214=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #3337D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337D6 is #CCC829. Grayscale: #474747. Windows color (decimal): -13420586 or 14038835. OLE color: 14038835.
HSL color Cylindrical-coordinate representation of color #3337D6: hue angle of 238.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3337D6 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 55 | 214 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.16 |
| HSL | 238.53º | 0.67% | 0.52% | - |
| HSV(B) | 238.53º | 0.76% | 0.84% | - |
| XYZ | 14.87 | 8.29 | 64.44 | - |
| YUV | 71.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 214 | 0.76 | 0.74 | 0 | 0.16 | 238.53 | 0.67 | 0.52 |
| Hex | 33 | 37 | D6 | 4C | 4A | 0 | 10 | EF | 43 | 34 |
| Octal | 63 | 67 | 326 | 114 | 112 | 0 | 20 | 357 | 103 | 64 |
| Binary | 110011 | 110111 | 11010110 | 1001100 | 1001010 | 0 | 10000 | 11101111 | 1000011 | 110100 |
Color Harmonies of #3337D6
Complementary color
Monochromatic Colors of #3337D6
Black with #3337D6
Text Example
Text Example
White with #3337D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3337D6; }
p { color: rgb(51,55,214); }
H1.HeaderClassName
{
color: #3337D6;
}
.AnyTagClassName
{
color: #3337D6;
}
</style>
background-color css
<style>
a { background-color: #3337D6; }
a { background-color: rgb(51,55,214); }
div.DivClassName
{
background-color: #3337D6;
}
.BgClassName
{
background-color: #3337D6;
}
</style>
border-color css
<style>
span { border-color: #3337D6; }
span { border-color: rgb(51,55,214); }
td.TdClassName
{
border-color: #3337D6;
}
.TagClassName
{
border-color: #3337D6;
}
</style>