Shades of Persian Blue #3732BB
Tints of Persian Blue #3732BB
RGB
CMYK
RGB Variations
Color information
#3732BB (or 0x3732BB) is known color: Persian Blue. HEX triplet: 37, 32 and BB. RGB value is (55,50,187). Sum of RGB (Red+Green+Blue) = 55+50+187=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #3732BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3732BB is #C8CD44. Grayscale: #424242. Windows color (decimal): -13159749 or 12268087. OLE color: 12268087.
HSL color Cylindrical-coordinate representation of color #3732BB: hue angle of 242.19º degrees, saturation: 0.58, 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 #3732BB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 50 | 187 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.27 |
| HSL | 242.19º | 0.58% | 0.46% | - |
| HSV(B) | 242.19º | 0.73% | 0.73% | - |
| XYZ | 11.69 | 6.68 | 47.69 | - |
| YUV | 67.11 | 195.66 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 187 | 0.71 | 0.73 | 0 | 0.27 | 242.19 | 0.58 | 0.46 |
| Hex | 37 | 32 | BB | 47 | 49 | 0 | 1B | F2 | 3A | 2E |
| Octal | 67 | 62 | 273 | 107 | 111 | 0 | 33 | 362 | 72 | 56 |
| Binary | 110111 | 110010 | 10111011 | 1000111 | 1001001 | 0 | 11011 | 11110010 | 111010 | 101110 |
Color Harmonies of #3732BB
Complementary color
Monochromatic Colors of #3732BB
Black with #3732BB
Text Example
Text Example
White with #3732BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3732BB; }
p { color: rgb(55,50,187); }
H1.HeaderClassName
{
color: #3732BB;
}
.AnyTagClassName
{
color: #3732BB;
}
</style>
background-color css
<style>
a { background-color: #3732BB; }
a { background-color: rgb(55,50,187); }
div.DivClassName
{
background-color: #3732BB;
}
.BgClassName
{
background-color: #3732BB;
}
</style>
border-color css
<style>
span { border-color: #3732BB; }
span { border-color: rgb(55,50,187); }
td.TdClassName
{
border-color: #3732BB;
}
.TagClassName
{
border-color: #3732BB;
}
</style>