Shades of Persian Blue #3721B7
Tints of Persian Blue #3721B7
RGB
CMYK
RGB Variations
Color information
#3721B7 (or 0x3721B7) is known color: Persian Blue. HEX triplet: 37, 21 and B7. RGB value is (55,33,183). Sum of RGB (Red+Green+Blue) = 55+33+183=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 183 (71.88% from 255 or 67.53% from 271); Max value from RGB is 183 - color contains mainly: blue. Hex color #3721B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721B7 is #C8DE48. Grayscale: #383838. Windows color (decimal): -13164105 or 12001591. OLE color: 12001591.
HSL color Cylindrical-coordinate representation of color #3721B7: hue angle of 248.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3721B7 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 33 | 183 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.28 |
| HSL | 248.8º | 0.69% | 0.42% | - |
| HSV(B) | 248.8º | 0.82% | 0.72% | - |
| XYZ | 10.67 | 5.32 | 45.26 | - |
| YUV | 56.68 | 199.29 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 183 | 0.70 | 0.82 | 0 | 0.28 | 248.8 | 0.69 | 0.42 |
| Hex | 37 | 21 | B7 | 46 | 52 | 0 | 1C | F9 | 45 | 2A |
| Octal | 67 | 41 | 267 | 106 | 122 | 0 | 34 | 371 | 105 | 52 |
| Binary | 110111 | 100001 | 10110111 | 1000110 | 1010010 | 0 | 11100 | 11111001 | 1000101 | 101010 |
Color Harmonies of #3721B7
Complementary color
Monochromatic Colors of #3721B7
Black with #3721B7
Text Example
Text Example
White with #3721B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721B7; }
p { color: rgb(55,33,183); }
H1.HeaderClassName
{
color: #3721B7;
}
.AnyTagClassName
{
color: #3721B7;
}
</style>
background-color css
<style>
a { background-color: #3721B7; }
a { background-color: rgb(55,33,183); }
div.DivClassName
{
background-color: #3721B7;
}
.BgClassName
{
background-color: #3721B7;
}
</style>
border-color css
<style>
span { border-color: #3721B7; }
span { border-color: rgb(55,33,183); }
td.TdClassName
{
border-color: #3721B7;
}
.TagClassName
{
border-color: #3721B7;
}
</style>