Shades of Persian Blue #333FA9
Tints of Persian Blue #333FA9
RGB
CMYK
RGB Variations
Color information
#333FA9 (or 0x333FA9) is known color: Persian Blue. HEX triplet: 33, 3F and A9. RGB value is (51,63,169). Sum of RGB (Red+Green+Blue) = 51+63+169=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #333FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333FA9 is #CCC056. Grayscale: #474747. Windows color (decimal): -13418583 or 11091763. OLE color: 11091763.
HSL color Cylindrical-coordinate representation of color #333FA9: hue angle of 233.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333FA9 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 63 | 169 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.34 |
| HSL | 233.9º | 0.54% | 0.43% | - |
| HSV(B) | 233.9º | 0.7% | 0.66% | - |
| XYZ | 10.3 | 7.12 | 38.37 | - |
| YUV | 71.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 169 | 0.70 | 0.63 | 0 | 0.34 | 233.9 | 0.54 | 0.43 |
| Hex | 33 | 3F | A9 | 46 | 3F | 0 | 22 | EA | 36 | 2B |
| Octal | 63 | 77 | 251 | 106 | 77 | 0 | 42 | 352 | 66 | 53 |
| Binary | 110011 | 111111 | 10101001 | 1000110 | 111111 | 0 | 100010 | 11101010 | 110110 | 101011 |
Color Harmonies of #333FA9
Complementary color
Monochromatic Colors of #333FA9
Black with #333FA9
Text Example
Text Example
White with #333FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FA9; }
p { color: rgb(51,63,169); }
H1.HeaderClassName
{
color: #333FA9;
}
.AnyTagClassName
{
color: #333FA9;
}
</style>
background-color css
<style>
a { background-color: #333FA9; }
a { background-color: rgb(51,63,169); }
div.DivClassName
{
background-color: #333FA9;
}
.BgClassName
{
background-color: #333FA9;
}
</style>
border-color css
<style>
span { border-color: #333FA9; }
span { border-color: rgb(51,63,169); }
td.TdClassName
{
border-color: #333FA9;
}
.TagClassName
{
border-color: #333FA9;
}
</style>