Shades of Persian Blue #3335C9
Tints of Persian Blue #3335C9
RGB
CMYK
RGB Variations
Color information
#3335C9 (or 0x3335C9) is known color: Persian Blue. HEX triplet: 33, 35 and C9. RGB value is (51,53,201). Sum of RGB (Red+Green+Blue) = 51+53+201=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #3335C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335C9 is #CCCA36. Grayscale: #444444. Windows color (decimal): -13421111 or 13186355. OLE color: 13186355.
HSL color Cylindrical-coordinate representation of color #3335C9: hue angle of 239.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3335C9 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 53 | 201 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.21 |
| HSL | 239.2º | 0.6% | 0.49% | - |
| HSV(B) | 239.2º | 0.75% | 0.79% | - |
| XYZ | 13.18 | 7.47 | 56 | - |
| YUV | 69.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 201 | 0.75 | 0.74 | 0 | 0.21 | 239.2 | 0.6 | 0.49 |
| Hex | 33 | 35 | C9 | 4B | 4A | 0 | 15 | EF | 3C | 31 |
| Octal | 63 | 65 | 311 | 113 | 112 | 0 | 25 | 357 | 74 | 61 |
| Binary | 110011 | 110101 | 11001001 | 1001011 | 1001010 | 0 | 10101 | 11101111 | 111100 | 110001 |
Color Harmonies of #3335C9
Complementary color
Monochromatic Colors of #3335C9
Black with #3335C9
Text Example
Text Example
White with #3335C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3335C9; }
p { color: rgb(51,53,201); }
H1.HeaderClassName
{
color: #3335C9;
}
.AnyTagClassName
{
color: #3335C9;
}
</style>
background-color css
<style>
a { background-color: #3335C9; }
a { background-color: rgb(51,53,201); }
div.DivClassName
{
background-color: #3335C9;
}
.BgClassName
{
background-color: #3335C9;
}
</style>
border-color css
<style>
span { border-color: #3335C9; }
span { border-color: rgb(51,53,201); }
td.TdClassName
{
border-color: #3335C9;
}
.TagClassName
{
border-color: #3335C9;
}
</style>