Shades of Persian Blue #3837AD
Tints of Persian Blue #3837AD
RGB
CMYK
RGB Variations
Color information
#3837AD (or 0x3837AD) is known color: Persian Blue. HEX triplet: 38, 37 and AD. RGB value is (56,55,173). Sum of RGB (Red+Green+Blue) = 56+55+173=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #3837AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3837AD is #C7C852. Grayscale: #444444. Windows color (decimal): -13092947 or 11351864. OLE color: 11351864.
HSL color Cylindrical-coordinate representation of color #3837AD: hue angle of 240.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3837AD is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 55 | 173 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.32 |
| HSL | 240.51º | 0.52% | 0.45% | - |
| HSV(B) | 240.51º | 0.68% | 0.68% | - |
| XYZ | 10.54 | 6.59 | 40.25 | - |
| YUV | 68.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 173 | 0.68 | 0.68 | 0 | 0.32 | 240.51 | 0.52 | 0.45 |
| Hex | 38 | 37 | AD | 44 | 44 | 0 | 20 | F1 | 34 | 2D |
| Octal | 70 | 67 | 255 | 104 | 104 | 0 | 40 | 361 | 64 | 55 |
| Binary | 111000 | 110111 | 10101101 | 1000100 | 1000100 | 0 | 100000 | 11110001 | 110100 | 101101 |
Color Harmonies of #3837AD
Complementary color
Monochromatic Colors of #3837AD
Black with #3837AD
Text Example
Text Example
White with #3837AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3837AD; }
p { color: rgb(56,55,173); }
H1.HeaderClassName
{
color: #3837AD;
}
.AnyTagClassName
{
color: #3837AD;
}
</style>
background-color css
<style>
a { background-color: #3837AD; }
a { background-color: rgb(56,55,173); }
div.DivClassName
{
background-color: #3837AD;
}
.BgClassName
{
background-color: #3837AD;
}
</style>
border-color css
<style>
span { border-color: #3837AD; }
span { border-color: rgb(56,55,173); }
td.TdClassName
{
border-color: #3837AD;
}
.TagClassName
{
border-color: #3837AD;
}
</style>