Shades of Persian Blue #3333A7
Tints of Persian Blue #3333A7
RGB
CMYK
RGB Variations
Color information
#3333A7 (or 0x3333A7) is known color: Persian Blue. HEX triplet: 33, 33 and A7. RGB value is (51,51,167). Sum of RGB (Red+Green+Blue) = 51+51+167=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 167 (65.62% from 255 or 62.08% from 269); Max value from RGB is 167 - color contains mainly: blue. Hex color #3333A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3333A7 is #CCCC58. Grayscale: #3F3F3F. Windows color (decimal): -13421657 or 10957619. OLE color: 10957619.
HSL color Cylindrical-coordinate representation of color #3333A7: hue angle of 240º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3333A7 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 51 | 167 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.35 |
| HSL | 240º | 0.53% | 0.43% | - |
| HSV(B) | 240º | 0.69% | 0.65% | - |
| XYZ | 9.52 | 5.86 | 37.19 | - |
| YUV | 64.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 167 | 0.69 | 0.69 | 0 | 0.35 | 240 | 0.53 | 0.43 |
| Hex | 33 | 33 | A7 | 45 | 45 | 0 | 23 | F0 | 35 | 2B |
| Octal | 63 | 63 | 247 | 105 | 105 | 0 | 43 | 360 | 65 | 53 |
| Binary | 110011 | 110011 | 10100111 | 1000101 | 1000101 | 0 | 100011 | 11110000 | 110101 | 101011 |
Color Harmonies of #3333A7
Complementary color
Monochromatic Colors of #3333A7
Black with #3333A7
Text Example
Text Example
White with #3333A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333A7; }
p { color: rgb(51,51,167); }
H1.HeaderClassName
{
color: #3333A7;
}
.AnyTagClassName
{
color: #3333A7;
}
</style>
background-color css
<style>
a { background-color: #3333A7; }
a { background-color: rgb(51,51,167); }
div.DivClassName
{
background-color: #3333A7;
}
.BgClassName
{
background-color: #3333A7;
}
</style>
border-color css
<style>
span { border-color: #3333A7; }
span { border-color: rgb(51,51,167); }
td.TdClassName
{
border-color: #3333A7;
}
.TagClassName
{
border-color: #3333A7;
}
</style>