Shades of Persian Blue #3732B7
Tints of Persian Blue #3732B7
RGB
CMYK
RGB Variations
Color information
#3732B7 (or 0x3732B7) is known color: Persian Blue. HEX triplet: 37, 32 and B7. RGB value is (55,50,183). Sum of RGB (Red+Green+Blue) = 55+50+183=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #3732B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3732B7 is #C8CD48. Grayscale: #424242. Windows color (decimal): -13159753 or 12005943. OLE color: 12005943.
HSL color Cylindrical-coordinate representation of color #3732B7: hue angle of 242.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3732B7 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 50 | 183 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.28 |
| HSL | 242.26º | 0.57% | 0.46% | - |
| HSV(B) | 242.26º | 0.73% | 0.72% | - |
| XYZ | 11.26 | 6.51 | 45.46 | - |
| YUV | 66.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 183 | 0.70 | 0.73 | 0 | 0.28 | 242.26 | 0.57 | 0.46 |
| Hex | 37 | 32 | B7 | 46 | 49 | 0 | 1C | F2 | 39 | 2E |
| Octal | 67 | 62 | 267 | 106 | 111 | 0 | 34 | 362 | 71 | 56 |
| Binary | 110111 | 110010 | 10110111 | 1000110 | 1001001 | 0 | 11100 | 11110010 | 111001 | 101110 |
Color Harmonies of #3732B7
Complementary color
Monochromatic Colors of #3732B7
Black with #3732B7
Text Example
Text Example
White with #3732B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3732B7; }
p { color: rgb(55,50,183); }
H1.HeaderClassName
{
color: #3732B7;
}
.AnyTagClassName
{
color: #3732B7;
}
</style>
background-color css
<style>
a { background-color: #3732B7; }
a { background-color: rgb(55,50,183); }
div.DivClassName
{
background-color: #3732B7;
}
.BgClassName
{
background-color: #3732B7;
}
</style>
border-color css
<style>
span { border-color: #3732B7; }
span { border-color: rgb(55,50,183); }
td.TdClassName
{
border-color: #3732B7;
}
.TagClassName
{
border-color: #3732B7;
}
</style>