Shades of Persian Blue #3721BC
Tints of Persian Blue #3721BC
RGB
CMYK
RGB Variations
Color information
#3721BC (or 0x3721BC) is known color: Persian Blue. HEX triplet: 37, 21 and BC. RGB value is (55,33,188). Sum of RGB (Red+Green+Blue) = 55+33+188=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #3721BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721BC is #C8DE43. Grayscale: #383838. Windows color (decimal): -13164100 or 12329271. OLE color: 12329271.
HSL color Cylindrical-coordinate representation of color #3721BC: hue angle of 248.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3721BC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 33 | 188 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.26 |
| HSL | 248.52º | 0.7% | 0.43% | - |
| HSV(B) | 248.52º | 0.82% | 0.74% | - |
| XYZ | 11.2 | 5.53 | 48.05 | - |
| YUV | 57.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 188 | 0.71 | 0.82 | 0 | 0.26 | 248.52 | 0.7 | 0.43 |
| Hex | 37 | 21 | BC | 47 | 52 | 0 | 1A | F9 | 46 | 2B |
| Octal | 67 | 41 | 274 | 107 | 122 | 0 | 32 | 371 | 106 | 53 |
| Binary | 110111 | 100001 | 10111100 | 1000111 | 1010010 | 0 | 11010 | 11111001 | 1000110 | 101011 |
Color Harmonies of #3721BC
Complementary color
Monochromatic Colors of #3721BC
Black with #3721BC
Text Example
Text Example
White with #3721BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721BC; }
p { color: rgb(55,33,188); }
H1.HeaderClassName
{
color: #3721BC;
}
.AnyTagClassName
{
color: #3721BC;
}
</style>
background-color css
<style>
a { background-color: #3721BC; }
a { background-color: rgb(55,33,188); }
div.DivClassName
{
background-color: #3721BC;
}
.BgClassName
{
background-color: #3721BC;
}
</style>
border-color css
<style>
span { border-color: #3721BC; }
span { border-color: rgb(55,33,188); }
td.TdClassName
{
border-color: #3721BC;
}
.TagClassName
{
border-color: #3721BC;
}
</style>