Shades of Persian Blue #3734AD
Tints of Persian Blue #3734AD
RGB
CMYK
RGB Variations
Color information
#3734AD (or 0x3734AD) is known color: Persian Blue. HEX triplet: 37, 34 and AD. RGB value is (55,52,173). Sum of RGB (Red+Green+Blue) = 55+52+173=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #3734AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3734AD is #C8CB52. Grayscale: #424242. Windows color (decimal): -13159251 or 11351095. OLE color: 11351095.
HSL color Cylindrical-coordinate representation of color #3734AD: hue angle of 241.49º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3734AD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 52 | 173 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.32 |
| HSL | 241.49º | 0.54% | 0.44% | - |
| HSV(B) | 241.49º | 0.7% | 0.68% | - |
| XYZ | 10.35 | 6.29 | 40.2 | - |
| YUV | 66.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 173 | 0.68 | 0.70 | 0 | 0.32 | 241.49 | 0.54 | 0.44 |
| Hex | 37 | 34 | AD | 44 | 46 | 0 | 20 | F1 | 36 | 2C |
| Octal | 67 | 64 | 255 | 104 | 106 | 0 | 40 | 361 | 66 | 54 |
| Binary | 110111 | 110100 | 10101101 | 1000100 | 1000110 | 0 | 100000 | 11110001 | 110110 | 101100 |
Color Harmonies of #3734AD
Complementary color
Monochromatic Colors of #3734AD
Black with #3734AD
Text Example
Text Example
White with #3734AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3734AD; }
p { color: rgb(55,52,173); }
H1.HeaderClassName
{
color: #3734AD;
}
.AnyTagClassName
{
color: #3734AD;
}
</style>
background-color css
<style>
a { background-color: #3734AD; }
a { background-color: rgb(55,52,173); }
div.DivClassName
{
background-color: #3734AD;
}
.BgClassName
{
background-color: #3734AD;
}
</style>
border-color css
<style>
span { border-color: #3734AD; }
span { border-color: rgb(55,52,173); }
td.TdClassName
{
border-color: #3734AD;
}
.TagClassName
{
border-color: #3734AD;
}
</style>