Shades of Persian Blue #3739AF
Tints of Persian Blue #3739AF
RGB
CMYK
RGB Variations
Color information
#3739AF (or 0x3739AF) is known color: Persian Blue. HEX triplet: 37, 39 and AF. RGB value is (55,57,175). Sum of RGB (Red+Green+Blue) = 55+57+175=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #3739AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3739AF is #C8C650. Grayscale: #454545. Windows color (decimal): -13157969 or 11483447. OLE color: 11483447.
HSL color Cylindrical-coordinate representation of color #3739AF: hue angle of 239º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3739AF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 57 | 175 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.31 |
| HSL | 239º | 0.52% | 0.45% | - |
| HSV(B) | 239º | 0.69% | 0.69% | - |
| XYZ | 10.78 | 6.83 | 41.31 | - |
| YUV | 69.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 175 | 0.69 | 0.67 | 0 | 0.31 | 239 | 0.52 | 0.45 |
| Hex | 37 | 39 | AF | 45 | 43 | 0 | 1F | EF | 34 | 2D |
| Octal | 67 | 71 | 257 | 105 | 103 | 0 | 37 | 357 | 64 | 55 |
| Binary | 110111 | 111001 | 10101111 | 1000101 | 1000011 | 0 | 11111 | 11101111 | 110100 | 101101 |
Color Harmonies of #3739AF
Complementary color
Monochromatic Colors of #3739AF
Black with #3739AF
Text Example
Text Example
White with #3739AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3739AF; }
p { color: rgb(55,57,175); }
H1.HeaderClassName
{
color: #3739AF;
}
.AnyTagClassName
{
color: #3739AF;
}
</style>
background-color css
<style>
a { background-color: #3739AF; }
a { background-color: rgb(55,57,175); }
div.DivClassName
{
background-color: #3739AF;
}
.BgClassName
{
background-color: #3739AF;
}
</style>
border-color css
<style>
span { border-color: #3739AF; }
span { border-color: rgb(55,57,175); }
td.TdClassName
{
border-color: #3739AF;
}
.TagClassName
{
border-color: #3739AF;
}
</style>