Shades of Persian Blue #3721B3
Tints of Persian Blue #3721B3
RGB
CMYK
RGB Variations
Color information
#3721B3 (or 0x3721B3) is known color: Persian Blue. HEX triplet: 37, 21 and B3. RGB value is (55,33,179). Sum of RGB (Red+Green+Blue) = 55+33+179=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 179 (70.31% from 255 or 67.04% from 267); Max value from RGB is 179 - color contains mainly: blue. Hex color #3721B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721B3 is #C8DE4C. Grayscale: #373737. Windows color (decimal): -13164109 or 11739447. OLE color: 11739447.
HSL color Cylindrical-coordinate representation of color #3721B3: hue angle of 249.04º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3721B3 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 33 | 179 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.30 |
| HSL | 249.04º | 0.69% | 0.42% | - |
| HSV(B) | 249.04º | 0.82% | 0.7% | - |
| XYZ | 10.26 | 5.15 | 43.1 | - |
| YUV | 56.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 179 | 0.69 | 0.82 | 0 | 0.30 | 249.04 | 0.69 | 0.42 |
| Hex | 37 | 21 | B3 | 45 | 52 | 0 | 1E | F9 | 45 | 2A |
| Octal | 67 | 41 | 263 | 105 | 122 | 0 | 36 | 371 | 105 | 52 |
| Binary | 110111 | 100001 | 10110011 | 1000101 | 1010010 | 0 | 11110 | 11111001 | 1000101 | 101010 |
Color Harmonies of #3721B3
Complementary color
Monochromatic Colors of #3721B3
Black with #3721B3
Text Example
Text Example
White with #3721B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721B3; }
p { color: rgb(55,33,179); }
H1.HeaderClassName
{
color: #3721B3;
}
.AnyTagClassName
{
color: #3721B3;
}
</style>
background-color css
<style>
a { background-color: #3721B3; }
a { background-color: rgb(55,33,179); }
div.DivClassName
{
background-color: #3721B3;
}
.BgClassName
{
background-color: #3721B3;
}
</style>
border-color css
<style>
span { border-color: #3721B3; }
span { border-color: rgb(55,33,179); }
td.TdClassName
{
border-color: #3721B3;
}
.TagClassName
{
border-color: #3721B3;
}
</style>