Shades of Persian Blue #333BAA
Tints of Persian Blue #333BAA
RGB
CMYK
RGB Variations
Color information
#333BAA (or 0x333BAA) is known color: Persian Blue. HEX triplet: 33, 3B and AA. RGB value is (51,59,170). Sum of RGB (Red+Green+Blue) = 51+59+170=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #333BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAA is #CCC455. Grayscale: #444444. Windows color (decimal): -13419606 or 11156275. OLE color: 11156275.
HSL color Cylindrical-coordinate representation of color #333BAA: hue angle of 235.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333BAA is Cyan = 0.7, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 59 | 170 | - |
| CMYK | 0.7 | 0.65 | 0 | 0.33 |
| HSL | 235.97º | 0.54% | 0.43% | - |
| HSV(B) | 235.97º | 0.7% | 0.67% | - |
| XYZ | 10.18 | 6.73 | 38.79 | - |
| YUV | 69.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 170 | 0.7 | 0.65 | 0 | 0.33 | 235.97 | 0.54 | 0.43 |
| Hex | 33 | 3B | AA | 46 | 41 | 0 | 21 | EC | 36 | 2B |
| Octal | 63 | 73 | 252 | 106 | 101 | 0 | 41 | 354 | 66 | 53 |
| Binary | 110011 | 111011 | 10101010 | 1000110 | 1000001 | 0 | 100001 | 11101100 | 110110 | 101011 |
Color Harmonies of #333BAA
Complementary color
Monochromatic Colors of #333BAA
Black with #333BAA
Text Example
Text Example
White with #333BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333BAA; }
p { color: rgb(51,59,170); }
H1.HeaderClassName
{
color: #333BAA;
}
.AnyTagClassName
{
color: #333BAA;
}
</style>
background-color css
<style>
a { background-color: #333BAA; }
a { background-color: rgb(51,59,170); }
div.DivClassName
{
background-color: #333BAA;
}
.BgClassName
{
background-color: #333BAA;
}
</style>
border-color css
<style>
span { border-color: #333BAA; }
span { border-color: rgb(51,59,170); }
td.TdClassName
{
border-color: #333BAA;
}
.TagClassName
{
border-color: #333BAA;
}
</style>