Shades of Persian Blue #3733B7
Tints of Persian Blue #3733B7
RGB
CMYK
RGB Variations
Color information
#3733B7 (or 0x3733B7) is known color: Persian Blue. HEX triplet: 37, 33 and B7. RGB value is (55,51,183). Sum of RGB (Red+Green+Blue) = 55+51+183=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #3733B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3733B7 is #C8CC48. Grayscale: #424242. Windows color (decimal): -13159497 or 12006199. OLE color: 12006199.
HSL color Cylindrical-coordinate representation of color #3733B7: hue angle of 241.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3733B7 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 51 | 183 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.28 |
| HSL | 241.82º | 0.56% | 0.46% | - |
| HSV(B) | 241.82º | 0.72% | 0.72% | - |
| XYZ | 11.31 | 6.6 | 45.48 | - |
| YUV | 67.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 183 | 0.70 | 0.72 | 0 | 0.28 | 241.82 | 0.56 | 0.46 |
| Hex | 37 | 33 | B7 | 46 | 48 | 0 | 1C | F2 | 38 | 2E |
| Octal | 67 | 63 | 267 | 106 | 110 | 0 | 34 | 362 | 70 | 56 |
| Binary | 110111 | 110011 | 10110111 | 1000110 | 1001000 | 0 | 11100 | 11110010 | 111000 | 101110 |
Color Harmonies of #3733B7
Complementary color
Monochromatic Colors of #3733B7
Black with #3733B7
Text Example
Text Example
White with #3733B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733B7; }
p { color: rgb(55,51,183); }
H1.HeaderClassName
{
color: #3733B7;
}
.AnyTagClassName
{
color: #3733B7;
}
</style>
background-color css
<style>
a { background-color: #3733B7; }
a { background-color: rgb(55,51,183); }
div.DivClassName
{
background-color: #3733B7;
}
.BgClassName
{
background-color: #3733B7;
}
</style>
border-color css
<style>
span { border-color: #3733B7; }
span { border-color: rgb(55,51,183); }
td.TdClassName
{
border-color: #3733B7;
}
.TagClassName
{
border-color: #3733B7;
}
</style>