Shades of Persian Blue #3326BA
Tints of Persian Blue #3326BA
RGB
CMYK
RGB Variations
Color information
#3326BA (or 0x3326BA) is known color: Persian Blue. HEX triplet: 33, 26 and BA. RGB value is (51,38,186). Sum of RGB (Red+Green+Blue) = 51+38+186=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #3326BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326BA is #CCD945. Grayscale: #3A3A3A. Windows color (decimal): -13424966 or 12199475. OLE color: 12199475.
HSL color Cylindrical-coordinate representation of color #3326BA: hue angle of 245.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3326BA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 38 | 186 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.27 |
| HSL | 245.27º | 0.66% | 0.44% | - |
| HSV(B) | 245.27º | 0.8% | 0.73% | - |
| XYZ | 10.92 | 5.64 | 46.97 | - |
| YUV | 58.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 186 | 0.73 | 0.80 | 0 | 0.27 | 245.27 | 0.66 | 0.44 |
| Hex | 33 | 26 | BA | 49 | 50 | 0 | 1B | F5 | 42 | 2C |
| Octal | 63 | 46 | 272 | 111 | 120 | 0 | 33 | 365 | 102 | 54 |
| Binary | 110011 | 100110 | 10111010 | 1001001 | 1010000 | 0 | 11011 | 11110101 | 1000010 | 101100 |
Color Harmonies of #3326BA
Complementary color
Monochromatic Colors of #3326BA
Black with #3326BA
Text Example
Text Example
White with #3326BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326BA; }
p { color: rgb(51,38,186); }
H1.HeaderClassName
{
color: #3326BA;
}
.AnyTagClassName
{
color: #3326BA;
}
</style>
background-color css
<style>
a { background-color: #3326BA; }
a { background-color: rgb(51,38,186); }
div.DivClassName
{
background-color: #3326BA;
}
.BgClassName
{
background-color: #3326BA;
}
</style>
border-color css
<style>
span { border-color: #3326BA; }
span { border-color: rgb(51,38,186); }
td.TdClassName
{
border-color: #3326BA;
}
.TagClassName
{
border-color: #3326BA;
}
</style>