Shades of Persian Blue #3729B8
Tints of Persian Blue #3729B8
RGB
CMYK
RGB Variations
Color information
#3729B8 (or 0x3729B8) is known color: Persian Blue. HEX triplet: 37, 29 and B8. RGB value is (55,41,184). Sum of RGB (Red+Green+Blue) = 55+41+184=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 184 (72.27% from 255 or 65.71% from 280); Max value from RGB is 184 - color contains mainly: blue. Hex color #3729B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729B8 is #C8D647. Grayscale: #3C3C3C. Windows color (decimal): -13162056 or 12069175. OLE color: 12069175.
HSL color Cylindrical-coordinate representation of color #3729B8: hue angle of 245.87º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3729B8 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 41 | 184 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.28 |
| HSL | 245.87º | 0.64% | 0.44% | - |
| HSV(B) | 245.87º | 0.78% | 0.72% | - |
| XYZ | 11.02 | 5.86 | 45.9 | - |
| YUV | 61.49 | 197.14 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 184 | 0.70 | 0.78 | 0 | 0.28 | 245.87 | 0.64 | 0.44 |
| Hex | 37 | 29 | B8 | 46 | 4E | 0 | 1C | F6 | 40 | 2C |
| Octal | 67 | 51 | 270 | 106 | 116 | 0 | 34 | 366 | 100 | 54 |
| Binary | 110111 | 101001 | 10111000 | 1000110 | 1001110 | 0 | 11100 | 11110110 | 1000000 | 101100 |
Color Harmonies of #3729B8
Complementary color
Monochromatic Colors of #3729B8
Black with #3729B8
Text Example
Text Example
White with #3729B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729B8; }
p { color: rgb(55,41,184); }
H1.HeaderClassName
{
color: #3729B8;
}
.AnyTagClassName
{
color: #3729B8;
}
</style>
background-color css
<style>
a { background-color: #3729B8; }
a { background-color: rgb(55,41,184); }
div.DivClassName
{
background-color: #3729B8;
}
.BgClassName
{
background-color: #3729B8;
}
</style>
border-color css
<style>
span { border-color: #3729B8; }
span { border-color: rgb(55,41,184); }
td.TdClassName
{
border-color: #3729B8;
}
.TagClassName
{
border-color: #3729B8;
}
</style>