Shades of Persian Blue #3334BA
Tints of Persian Blue #3334BA
RGB
CMYK
RGB Variations
Color information
#3334BA (or 0x3334BA) is known color: Persian Blue. HEX triplet: 33, 34 and BA. RGB value is (51,52,186). Sum of RGB (Red+Green+Blue) = 51+52+186=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3334BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334BA is #CCCB45. Grayscale: #424242. Windows color (decimal): -13421382 or 12203059. OLE color: 12203059.
HSL color Cylindrical-coordinate representation of color #3334BA: hue angle of 239.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3334BA is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 52 | 186 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.27 |
| HSL | 239.56º | 0.57% | 0.46% | - |
| HSV(B) | 239.56º | 0.73% | 0.73% | - |
| XYZ | 11.46 | 6.7 | 47.14 | - |
| YUV | 66.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 186 | 0.73 | 0.72 | 0 | 0.27 | 239.56 | 0.57 | 0.46 |
| Hex | 33 | 34 | BA | 49 | 48 | 0 | 1B | F0 | 39 | 2E |
| Octal | 63 | 64 | 272 | 111 | 110 | 0 | 33 | 360 | 71 | 56 |
| Binary | 110011 | 110100 | 10111010 | 1001001 | 1001000 | 0 | 11011 | 11110000 | 111001 | 101110 |
Color Harmonies of #3334BA
Complementary color
Monochromatic Colors of #3334BA
Black with #3334BA
Text Example
Text Example
White with #3334BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3334BA; }
p { color: rgb(51,52,186); }
H1.HeaderClassName
{
color: #3334BA;
}
.AnyTagClassName
{
color: #3334BA;
}
</style>
background-color css
<style>
a { background-color: #3334BA; }
a { background-color: rgb(51,52,186); }
div.DivClassName
{
background-color: #3334BA;
}
.BgClassName
{
background-color: #3334BA;
}
</style>
border-color css
<style>
span { border-color: #3334BA; }
span { border-color: rgb(51,52,186); }
td.TdClassName
{
border-color: #3334BA;
}
.TagClassName
{
border-color: #3334BA;
}
</style>