Shades of Persian Blue #3330BA
Tints of Persian Blue #3330BA
RGB
CMYK
RGB Variations
Color information
#3330BA (or 0x3330BA) is known color: Persian Blue. HEX triplet: 33, 30 and BA. RGB value is (51,48,186). Sum of RGB (Red+Green+Blue) = 51+48+186=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #3330BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330BA is #CCCF45. Grayscale: #404040. Windows color (decimal): -13422406 or 12202035. OLE color: 12202035.
HSL color Cylindrical-coordinate representation of color #3330BA: hue angle of 241.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3330BA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 48 | 186 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.27 |
| HSL | 241.3º | 0.59% | 0.46% | - |
| HSV(B) | 241.3º | 0.74% | 0.73% | - |
| XYZ | 11.29 | 6.36 | 47.09 | - |
| YUV | 64.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 186 | 0.73 | 0.74 | 0 | 0.27 | 241.3 | 0.59 | 0.46 |
| Hex | 33 | 30 | BA | 49 | 4A | 0 | 1B | F1 | 3B | 2E |
| Octal | 63 | 60 | 272 | 111 | 112 | 0 | 33 | 361 | 73 | 56 |
| Binary | 110011 | 110000 | 10111010 | 1001001 | 1001010 | 0 | 11011 | 11110001 | 111011 | 101110 |
Color Harmonies of #3330BA
Complementary color
Monochromatic Colors of #3330BA
Black with #3330BA
Text Example
Text Example
White with #3330BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330BA; }
p { color: rgb(51,48,186); }
H1.HeaderClassName
{
color: #3330BA;
}
.AnyTagClassName
{
color: #3330BA;
}
</style>
background-color css
<style>
a { background-color: #3330BA; }
a { background-color: rgb(51,48,186); }
div.DivClassName
{
background-color: #3330BA;
}
.BgClassName
{
background-color: #3330BA;
}
</style>
border-color css
<style>
span { border-color: #3330BA; }
span { border-color: rgb(51,48,186); }
td.TdClassName
{
border-color: #3330BA;
}
.TagClassName
{
border-color: #3330BA;
}
</style>