Shades of Persian Blue #3723BB
Tints of Persian Blue #3723BB
RGB
CMYK
RGB Variations
Color information
#3723BB (or 0x3723BB) is known color: Persian Blue. HEX triplet: 37, 23 and BB. RGB value is (55,35,187). Sum of RGB (Red+Green+Blue) = 55+35+187=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #3723BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3723BB is #C8DC44. Grayscale: #393939. Windows color (decimal): -13163589 or 12264247. OLE color: 12264247.
HSL color Cylindrical-coordinate representation of color #3723BB: hue angle of 247.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3723BB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 35 | 187 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.27 |
| HSL | 247.89º | 0.68% | 0.44% | - |
| HSV(B) | 247.89º | 0.81% | 0.73% | - |
| XYZ | 11.15 | 5.6 | 47.51 | - |
| YUV | 58.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 187 | 0.71 | 0.81 | 0 | 0.27 | 247.89 | 0.68 | 0.44 |
| Hex | 37 | 23 | BB | 47 | 51 | 0 | 1B | F8 | 44 | 2C |
| Octal | 67 | 43 | 273 | 107 | 121 | 0 | 33 | 370 | 104 | 54 |
| Binary | 110111 | 100011 | 10111011 | 1000111 | 1010001 | 0 | 11011 | 11111000 | 1000100 | 101100 |
Color Harmonies of #3723BB
Complementary color
Monochromatic Colors of #3723BB
Black with #3723BB
Text Example
Text Example
White with #3723BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3723BB; }
p { color: rgb(55,35,187); }
H1.HeaderClassName
{
color: #3723BB;
}
.AnyTagClassName
{
color: #3723BB;
}
</style>
background-color css
<style>
a { background-color: #3723BB; }
a { background-color: rgb(55,35,187); }
div.DivClassName
{
background-color: #3723BB;
}
.BgClassName
{
background-color: #3723BB;
}
</style>
border-color css
<style>
span { border-color: #3723BB; }
span { border-color: rgb(55,35,187); }
td.TdClassName
{
border-color: #3723BB;
}
.TagClassName
{
border-color: #3723BB;
}
</style>