Shades of Persian Blue #3339BA
Tints of Persian Blue #3339BA
RGB
CMYK
RGB Variations
Color information
#3339BA (or 0x3339BA) is known color: Persian Blue. HEX triplet: 33, 39 and BA. RGB value is (51,57,186). Sum of RGB (Red+Green+Blue) = 51+57+186=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3339BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339BA is #CCC645. Grayscale: #454545. Windows color (decimal): -13420102 or 12204339. OLE color: 12204339.
HSL color Cylindrical-coordinate representation of color #3339BA: hue angle of 237.33º 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 #3339BA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 57 | 186 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.27 |
| HSL | 237.33º | 0.57% | 0.46% | - |
| HSV(B) | 237.33º | 0.73% | 0.73% | - |
| XYZ | 11.69 | 7.18 | 47.22 | - |
| YUV | 69.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 186 | 0.73 | 0.69 | 0 | 0.27 | 237.33 | 0.57 | 0.46 |
| Hex | 33 | 39 | BA | 49 | 45 | 0 | 1B | ED | 39 | 2E |
| Octal | 63 | 71 | 272 | 111 | 105 | 0 | 33 | 355 | 71 | 56 |
| Binary | 110011 | 111001 | 10111010 | 1001001 | 1000101 | 0 | 11011 | 11101101 | 111001 | 101110 |
Color Harmonies of #3339BA
Complementary color
Monochromatic Colors of #3339BA
Black with #3339BA
Text Example
Text Example
White with #3339BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3339BA; }
p { color: rgb(51,57,186); }
H1.HeaderClassName
{
color: #3339BA;
}
.AnyTagClassName
{
color: #3339BA;
}
</style>
background-color css
<style>
a { background-color: #3339BA; }
a { background-color: rgb(51,57,186); }
div.DivClassName
{
background-color: #3339BA;
}
.BgClassName
{
background-color: #3339BA;
}
</style>
border-color css
<style>
span { border-color: #3339BA; }
span { border-color: rgb(51,57,186); }
td.TdClassName
{
border-color: #3339BA;
}
.TagClassName
{
border-color: #3339BA;
}
</style>