Shades of Persian Blue #3729B3
Tints of Persian Blue #3729B3
RGB
CMYK
RGB Variations
Color information
#3729B3 (or 0x3729B3) is known color: Persian Blue. HEX triplet: 37, 29 and B3. RGB value is (55,41,179). Sum of RGB (Red+Green+Blue) = 55+41+179=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #3729B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729B3 is #C8D64C. Grayscale: #3C3C3C. Windows color (decimal): -13162061 or 11741495. OLE color: 11741495.
HSL color Cylindrical-coordinate representation of color #3729B3: hue angle of 246.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3729B3 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 41 | 179 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.30 |
| HSL | 246.09º | 0.63% | 0.43% | - |
| HSV(B) | 246.09º | 0.77% | 0.7% | - |
| XYZ | 10.51 | 5.65 | 43.19 | - |
| YUV | 60.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 179 | 0.69 | 0.77 | 0 | 0.30 | 246.09 | 0.63 | 0.43 |
| Hex | 37 | 29 | B3 | 45 | 4D | 0 | 1E | F6 | 3F | 2B |
| Octal | 67 | 51 | 263 | 105 | 115 | 0 | 36 | 366 | 77 | 53 |
| Binary | 110111 | 101001 | 10110011 | 1000101 | 1001101 | 0 | 11110 | 11110110 | 111111 | 101011 |
Color Harmonies of #3729B3
Complementary color
Monochromatic Colors of #3729B3
Black with #3729B3
Text Example
Text Example
White with #3729B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729B3; }
p { color: rgb(55,41,179); }
H1.HeaderClassName
{
color: #3729B3;
}
.AnyTagClassName
{
color: #3729B3;
}
</style>
background-color css
<style>
a { background-color: #3729B3; }
a { background-color: rgb(55,41,179); }
div.DivClassName
{
background-color: #3729B3;
}
.BgClassName
{
background-color: #3729B3;
}
</style>
border-color css
<style>
span { border-color: #3729B3; }
span { border-color: rgb(55,41,179); }
td.TdClassName
{
border-color: #3729B3;
}
.TagClassName
{
border-color: #3729B3;
}
</style>