Shades of Persian Blue #3726B7
Tints of Persian Blue #3726B7
RGB
CMYK
RGB Variations
Color information
#3726B7 (or 0x3726B7) is known color: Persian Blue. HEX triplet: 37, 26 and B7. RGB value is (55,38,183). Sum of RGB (Red+Green+Blue) = 55+38+183=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #3726B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3726B7 is #C8D948. Grayscale: #3B3B3B. Windows color (decimal): -13162825 or 12002871. OLE color: 12002871.
HSL color Cylindrical-coordinate representation of color #3726B7: hue angle of 247.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3726B7 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 38 | 183 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.28 |
| HSL | 247.03º | 0.66% | 0.43% | - |
| HSV(B) | 247.03º | 0.79% | 0.72% | - |
| XYZ | 10.82 | 5.62 | 45.31 | - |
| YUV | 59.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 183 | 0.70 | 0.79 | 0 | 0.28 | 247.03 | 0.66 | 0.43 |
| Hex | 37 | 26 | B7 | 46 | 4F | 0 | 1C | F7 | 42 | 2B |
| Octal | 67 | 46 | 267 | 106 | 117 | 0 | 34 | 367 | 102 | 53 |
| Binary | 110111 | 100110 | 10110111 | 1000110 | 1001111 | 0 | 11100 | 11110111 | 1000010 | 101011 |
Color Harmonies of #3726B7
Complementary color
Monochromatic Colors of #3726B7
Black with #3726B7
Text Example
Text Example
White with #3726B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3726B7; }
p { color: rgb(55,38,183); }
H1.HeaderClassName
{
color: #3726B7;
}
.AnyTagClassName
{
color: #3726B7;
}
</style>
background-color css
<style>
a { background-color: #3726B7; }
a { background-color: rgb(55,38,183); }
div.DivClassName
{
background-color: #3726B7;
}
.BgClassName
{
background-color: #3726B7;
}
</style>
border-color css
<style>
span { border-color: #3726B7; }
span { border-color: rgb(55,38,183); }
td.TdClassName
{
border-color: #3726B7;
}
.TagClassName
{
border-color: #3726B7;
}
</style>