Shades of Persian Blue #3336BA
Tints of Persian Blue #3336BA
RGB
CMYK
RGB Variations
Color information
#3336BA (or 0x3336BA) is known color: Persian Blue. HEX triplet: 33, 36 and BA. RGB value is (51,54,186). Sum of RGB (Red+Green+Blue) = 51+54+186=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3336BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336BA is #CCC945. Grayscale: #434343. Windows color (decimal): -13420870 or 12203571. OLE color: 12203571.
HSL color Cylindrical-coordinate representation of color #3336BA: hue angle of 238.67º 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 #3336BA is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 54 | 186 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.27 |
| HSL | 238.67º | 0.57% | 0.46% | - |
| HSV(B) | 238.67º | 0.73% | 0.73% | - |
| XYZ | 11.55 | 6.89 | 47.18 | - |
| YUV | 68.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 186 | 0.73 | 0.71 | 0 | 0.27 | 238.67 | 0.57 | 0.46 |
| Hex | 33 | 36 | BA | 49 | 47 | 0 | 1B | EF | 39 | 2E |
| Octal | 63 | 66 | 272 | 111 | 107 | 0 | 33 | 357 | 71 | 56 |
| Binary | 110011 | 110110 | 10111010 | 1001001 | 1000111 | 0 | 11011 | 11101111 | 111001 | 101110 |
Color Harmonies of #3336BA
Complementary color
Monochromatic Colors of #3336BA
Black with #3336BA
Text Example
Text Example
White with #3336BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3336BA; }
p { color: rgb(51,54,186); }
H1.HeaderClassName
{
color: #3336BA;
}
.AnyTagClassName
{
color: #3336BA;
}
</style>
background-color css
<style>
a { background-color: #3336BA; }
a { background-color: rgb(51,54,186); }
div.DivClassName
{
background-color: #3336BA;
}
.BgClassName
{
background-color: #3336BA;
}
</style>
border-color css
<style>
span { border-color: #3336BA; }
span { border-color: rgb(51,54,186); }
td.TdClassName
{
border-color: #3336BA;
}
.TagClassName
{
border-color: #3336BA;
}
</style>