Shades of Persian Blue #3737AD
Tints of Persian Blue #3737AD
RGB
CMYK
RGB Variations
Color information
#3737AD (or 0x3737AD) is known color: Persian Blue. HEX triplet: 37, 37 and AD. RGB value is (55,55,173). Sum of RGB (Red+Green+Blue) = 55+55+173=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3737AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3737AD is #C8C852. Grayscale: #434343. Windows color (decimal): -13158483 or 11351863. OLE color: 11351863.
HSL color Cylindrical-coordinate representation of color #3737AD: hue angle of 240º 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 #3737AD is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 55 | 173 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.32 |
| HSL | 240º | 0.52% | 0.45% | - |
| HSV(B) | 240º | 0.68% | 0.68% | - |
| XYZ | 10.48 | 6.56 | 40.25 | - |
| YUV | 68.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 173 | 0.68 | 0.68 | 0 | 0.32 | 240 | 0.52 | 0.45 |
| Hex | 37 | 37 | AD | 44 | 44 | 0 | 20 | F0 | 34 | 2D |
| Octal | 67 | 67 | 255 | 104 | 104 | 0 | 40 | 360 | 64 | 55 |
| Binary | 110111 | 110111 | 10101101 | 1000100 | 1000100 | 0 | 100000 | 11110000 | 110100 | 101101 |
Color Harmonies of #3737AD
Complementary color
Monochromatic Colors of #3737AD
Black with #3737AD
Text Example
Text Example
White with #3737AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3737AD; }
p { color: rgb(55,55,173); }
H1.HeaderClassName
{
color: #3737AD;
}
.AnyTagClassName
{
color: #3737AD;
}
</style>
background-color css
<style>
a { background-color: #3737AD; }
a { background-color: rgb(55,55,173); }
div.DivClassName
{
background-color: #3737AD;
}
.BgClassName
{
background-color: #3737AD;
}
</style>
border-color css
<style>
span { border-color: #3737AD; }
span { border-color: rgb(55,55,173); }
td.TdClassName
{
border-color: #3737AD;
}
.TagClassName
{
border-color: #3737AD;
}
</style>