Shades of Persian Blue #3733BA
Tints of Persian Blue #3733BA
RGB
CMYK
RGB Variations
Color information
#3733BA (or 0x3733BA) is known color: Persian Blue. HEX triplet: 37, 33 and BA. RGB value is (55,51,186). Sum of RGB (Red+Green+Blue) = 55+51+186=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #3733BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3733BA is #C8CC45. Grayscale: #434343. Windows color (decimal): -13159494 or 12202807. OLE color: 12202807.
HSL color Cylindrical-coordinate representation of color #3733BA: hue angle of 241.78º 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 #3733BA is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 51 | 186 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.27 |
| HSL | 241.78º | 0.57% | 0.46% | - |
| HSV(B) | 241.78º | 0.73% | 0.73% | - |
| XYZ | 11.62 | 6.73 | 47.14 | - |
| YUV | 67.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 186 | 0.70 | 0.73 | 0 | 0.27 | 241.78 | 0.57 | 0.46 |
| Hex | 37 | 33 | BA | 46 | 49 | 0 | 1B | F2 | 39 | 2E |
| Octal | 67 | 63 | 272 | 106 | 111 | 0 | 33 | 362 | 71 | 56 |
| Binary | 110111 | 110011 | 10111010 | 1000110 | 1001001 | 0 | 11011 | 11110010 | 111001 | 101110 |
Color Harmonies of #3733BA
Complementary color
Monochromatic Colors of #3733BA
Black with #3733BA
Text Example
Text Example
White with #3733BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733BA; }
p { color: rgb(55,51,186); }
H1.HeaderClassName
{
color: #3733BA;
}
.AnyTagClassName
{
color: #3733BA;
}
</style>
background-color css
<style>
a { background-color: #3733BA; }
a { background-color: rgb(55,51,186); }
div.DivClassName
{
background-color: #3733BA;
}
.BgClassName
{
background-color: #3733BA;
}
</style>
border-color css
<style>
span { border-color: #3733BA; }
span { border-color: rgb(55,51,186); }
td.TdClassName
{
border-color: #3733BA;
}
.TagClassName
{
border-color: #3733BA;
}
</style>