Shades of Persian Blue #3739AB
Tints of Persian Blue #3739AB
RGB
CMYK
RGB Variations
Color information
#3739AB (or 0x3739AB) is known color: Persian Blue. HEX triplet: 37, 39 and AB. RGB value is (55,57,171). Sum of RGB (Red+Green+Blue) = 55+57+171=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #3739AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3739AB is #C8C654. Grayscale: #444444. Windows color (decimal): -13157973 or 11221303. OLE color: 11221303.
HSL color Cylindrical-coordinate representation of color #3739AB: hue angle of 238.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3739AB is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 57 | 171 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.33 |
| HSL | 238.97º | 0.51% | 0.44% | - |
| HSV(B) | 238.97º | 0.68% | 0.67% | - |
| XYZ | 10.39 | 6.68 | 39.27 | - |
| YUV | 69.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 171 | 0.68 | 0.67 | 0 | 0.33 | 238.97 | 0.51 | 0.44 |
| Hex | 37 | 39 | AB | 44 | 43 | 0 | 21 | EF | 33 | 2C |
| Octal | 67 | 71 | 253 | 104 | 103 | 0 | 41 | 357 | 63 | 54 |
| Binary | 110111 | 111001 | 10101011 | 1000100 | 1000011 | 0 | 100001 | 11101111 | 110011 | 101100 |
Color Harmonies of #3739AB
Complementary color
Monochromatic Colors of #3739AB
Black with #3739AB
Text Example
Text Example
White with #3739AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3739AB; }
p { color: rgb(55,57,171); }
H1.HeaderClassName
{
color: #3739AB;
}
.AnyTagClassName
{
color: #3739AB;
}
</style>
background-color css
<style>
a { background-color: #3739AB; }
a { background-color: rgb(55,57,171); }
div.DivClassName
{
background-color: #3739AB;
}
.BgClassName
{
background-color: #3739AB;
}
</style>
border-color css
<style>
span { border-color: #3739AB; }
span { border-color: rgb(55,57,171); }
td.TdClassName
{
border-color: #3739AB;
}
.TagClassName
{
border-color: #3739AB;
}
</style>