Shades of Persian Blue #3722BC
Tints of Persian Blue #3722BC
RGB
CMYK
RGB Variations
Color information
#3722BC (or 0x3722BC) is known color: Persian Blue. HEX triplet: 37, 22 and BC. RGB value is (55,34,188). Sum of RGB (Red+Green+Blue) = 55+34+188=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3722BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3722BC is #C8DD43. Grayscale: #393939. Windows color (decimal): -13163844 or 12329527. OLE color: 12329527.
HSL color Cylindrical-coordinate representation of color #3722BC: hue angle of 248.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3722BC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 34 | 188 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.26 |
| HSL | 248.18º | 0.69% | 0.44% | - |
| HSV(B) | 248.18º | 0.82% | 0.74% | - |
| XYZ | 11.22 | 5.59 | 48.06 | - |
| YUV | 57.84 | 201.46 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 188 | 0.71 | 0.82 | 0 | 0.26 | 248.18 | 0.69 | 0.44 |
| Hex | 37 | 22 | BC | 47 | 52 | 0 | 1A | F8 | 45 | 2C |
| Octal | 67 | 42 | 274 | 107 | 122 | 0 | 32 | 370 | 105 | 54 |
| Binary | 110111 | 100010 | 10111100 | 1000111 | 1010010 | 0 | 11010 | 11111000 | 1000101 | 101100 |
Color Harmonies of #3722BC
Complementary color
Monochromatic Colors of #3722BC
Black with #3722BC
Text Example
Text Example
White with #3722BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3722BC; }
p { color: rgb(55,34,188); }
H1.HeaderClassName
{
color: #3722BC;
}
.AnyTagClassName
{
color: #3722BC;
}
</style>
background-color css
<style>
a { background-color: #3722BC; }
a { background-color: rgb(55,34,188); }
div.DivClassName
{
background-color: #3722BC;
}
.BgClassName
{
background-color: #3722BC;
}
</style>
border-color css
<style>
span { border-color: #3722BC; }
span { border-color: rgb(55,34,188); }
td.TdClassName
{
border-color: #3722BC;
}
.TagClassName
{
border-color: #3722BC;
}
</style>