Shades of Persian Blue #3739AC
Tints of Persian Blue #3739AC
RGB
CMYK
RGB Variations
Color information
#3739AC (or 0x3739AC) is known color: Persian Blue. HEX triplet: 37, 39 and AC. RGB value is (55,57,172). Sum of RGB (Red+Green+Blue) = 55+57+172=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3739AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3739AC is #C8C653. Grayscale: #454545. Windows color (decimal): -13157972 or 11286839. OLE color: 11286839.
HSL color Cylindrical-coordinate representation of color #3739AC: hue angle of 238.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3739AC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 57 | 172 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.33 |
| HSL | 238.97º | 0.52% | 0.45% | - |
| HSV(B) | 238.97º | 0.68% | 0.67% | - |
| XYZ | 10.49 | 6.72 | 39.77 | - |
| YUV | 69.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 172 | 0.68 | 0.67 | 0 | 0.33 | 238.97 | 0.52 | 0.45 |
| Hex | 37 | 39 | AC | 44 | 43 | 0 | 21 | EF | 34 | 2D |
| Octal | 67 | 71 | 254 | 104 | 103 | 0 | 41 | 357 | 64 | 55 |
| Binary | 110111 | 111001 | 10101100 | 1000100 | 1000011 | 0 | 100001 | 11101111 | 110100 | 101101 |
Color Harmonies of #3739AC
Complementary color
Monochromatic Colors of #3739AC
Black with #3739AC
Text Example
Text Example
White with #3739AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3739AC; }
p { color: rgb(55,57,172); }
H1.HeaderClassName
{
color: #3739AC;
}
.AnyTagClassName
{
color: #3739AC;
}
</style>
background-color css
<style>
a { background-color: #3739AC; }
a { background-color: rgb(55,57,172); }
div.DivClassName
{
background-color: #3739AC;
}
.BgClassName
{
background-color: #3739AC;
}
</style>
border-color css
<style>
span { border-color: #3739AC; }
span { border-color: rgb(55,57,172); }
td.TdClassName
{
border-color: #3739AC;
}
.TagClassName
{
border-color: #3739AC;
}
</style>