Shades of Persian Blue #3721BD
Tints of Persian Blue #3721BD
RGB
CMYK
RGB Variations
Color information
#3721BD (or 0x3721BD) is known color: Persian Blue. HEX triplet: 37, 21 and BD. RGB value is (55,33,189). Sum of RGB (Red+Green+Blue) = 55+33+189=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #3721BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721BD is #C8DE42. Grayscale: #383838. Windows color (decimal): -13164099 or 12394807. OLE color: 12394807.
HSL color Cylindrical-coordinate representation of color #3721BD: hue angle of 248.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3721BD is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 33 | 189 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.26 |
| HSL | 248.46º | 0.7% | 0.44% | - |
| HSV(B) | 248.46º | 0.83% | 0.74% | - |
| XYZ | 11.3 | 5.57 | 48.62 | - |
| YUV | 57.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 189 | 0.71 | 0.83 | 0 | 0.26 | 248.46 | 0.7 | 0.44 |
| Hex | 37 | 21 | BD | 47 | 53 | 0 | 1A | F8 | 46 | 2C |
| Octal | 67 | 41 | 275 | 107 | 123 | 0 | 32 | 370 | 106 | 54 |
| Binary | 110111 | 100001 | 10111101 | 1000111 | 1010011 | 0 | 11010 | 11111000 | 1000110 | 101100 |
Color Harmonies of #3721BD
Complementary color
Monochromatic Colors of #3721BD
Black with #3721BD
Text Example
Text Example
White with #3721BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721BD; }
p { color: rgb(55,33,189); }
H1.HeaderClassName
{
color: #3721BD;
}
.AnyTagClassName
{
color: #3721BD;
}
</style>
background-color css
<style>
a { background-color: #3721BD; }
a { background-color: rgb(55,33,189); }
div.DivClassName
{
background-color: #3721BD;
}
.BgClassName
{
background-color: #3721BD;
}
</style>
border-color css
<style>
span { border-color: #3721BD; }
span { border-color: rgb(55,33,189); }
td.TdClassName
{
border-color: #3721BD;
}
.TagClassName
{
border-color: #3721BD;
}
</style>