Shades of Persian Blue #333CAA
Tints of Persian Blue #333CAA
RGB
CMYK
RGB Variations
Color information
#333CAA (or 0x333CAA) is known color: Persian Blue. HEX triplet: 33, 3C and AA. RGB value is (51,60,170). Sum of RGB (Red+Green+Blue) = 51+60+170=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #333CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333CAA is #CCC355. Grayscale: #454545. Windows color (decimal): -13419350 or 11156531. OLE color: 11156531.
HSL color Cylindrical-coordinate representation of color #333CAA: hue angle of 235.46º 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 #333CAA is Cyan = 0.7, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 60 | 170 | - |
| CMYK | 0.7 | 0.65 | 0 | 0.33 |
| HSL | 235.46º | 0.54% | 0.43% | - |
| HSV(B) | 235.46º | 0.7% | 0.67% | - |
| XYZ | 10.24 | 6.84 | 38.81 | - |
| YUV | 69.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 170 | 0.7 | 0.65 | 0 | 0.33 | 235.46 | 0.54 | 0.43 |
| Hex | 33 | 3C | AA | 46 | 41 | 0 | 21 | EB | 36 | 2B |
| Octal | 63 | 74 | 252 | 106 | 101 | 0 | 41 | 353 | 66 | 53 |
| Binary | 110011 | 111100 | 10101010 | 1000110 | 1000001 | 0 | 100001 | 11101011 | 110110 | 101011 |
Color Harmonies of #333CAA
Complementary color
Monochromatic Colors of #333CAA
Black with #333CAA
Text Example
Text Example
White with #333CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CAA; }
p { color: rgb(51,60,170); }
H1.HeaderClassName
{
color: #333CAA;
}
.AnyTagClassName
{
color: #333CAA;
}
</style>
background-color css
<style>
a { background-color: #333CAA; }
a { background-color: rgb(51,60,170); }
div.DivClassName
{
background-color: #333CAA;
}
.BgClassName
{
background-color: #333CAA;
}
</style>
border-color css
<style>
span { border-color: #333CAA; }
span { border-color: rgb(51,60,170); }
td.TdClassName
{
border-color: #333CAA;
}
.TagClassName
{
border-color: #333CAA;
}
</style>