Shades of Persian Blue #333AAF
Tints of Persian Blue #333AAF
RGB
CMYK
RGB Variations
Color information
#333AAF (or 0x333AAF) is known color: Persian Blue. HEX triplet: 33, 3A and AF. RGB value is (51,58,175). Sum of RGB (Red+Green+Blue) = 51+58+175=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #333AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AAF is #CCC550. Grayscale: #444444. Windows color (decimal): -13419857 or 11483699. OLE color: 11483699.
HSL color Cylindrical-coordinate representation of color #333AAF: hue angle of 236.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333AAF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 58 | 175 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.31 |
| HSL | 236.61º | 0.55% | 0.44% | - |
| HSV(B) | 236.61º | 0.71% | 0.69% | - |
| XYZ | 10.62 | 6.83 | 41.32 | - |
| YUV | 69.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 175 | 0.71 | 0.67 | 0 | 0.31 | 236.61 | 0.55 | 0.44 |
| Hex | 33 | 3A | AF | 47 | 43 | 0 | 1F | ED | 37 | 2C |
| Octal | 63 | 72 | 257 | 107 | 103 | 0 | 37 | 355 | 67 | 54 |
| Binary | 110011 | 111010 | 10101111 | 1000111 | 1000011 | 0 | 11111 | 11101101 | 110111 | 101100 |
Color Harmonies of #333AAF
Complementary color
Monochromatic Colors of #333AAF
Black with #333AAF
Text Example
Text Example
White with #333AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333AAF; }
p { color: rgb(51,58,175); }
H1.HeaderClassName
{
color: #333AAF;
}
.AnyTagClassName
{
color: #333AAF;
}
</style>
background-color css
<style>
a { background-color: #333AAF; }
a { background-color: rgb(51,58,175); }
div.DivClassName
{
background-color: #333AAF;
}
.BgClassName
{
background-color: #333AAF;
}
</style>
border-color css
<style>
span { border-color: #333AAF; }
span { border-color: rgb(51,58,175); }
td.TdClassName
{
border-color: #333AAF;
}
.TagClassName
{
border-color: #333AAF;
}
</style>