Shades of Persian Blue #3733AB
Tints of Persian Blue #3733AB
RGB
CMYK
RGB Variations
Color information
#3733AB (or 0x3733AB) is known color: Persian Blue. HEX triplet: 37, 33 and AB. RGB value is (55,51,171). Sum of RGB (Red+Green+Blue) = 55+51+171=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #3733AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3733AB is #C8CC54. Grayscale: #414141. Windows color (decimal): -13159509 or 11219767. OLE color: 11219767.
HSL color Cylindrical-coordinate representation of color #3733AB: hue angle of 242º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3733AB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 51 | 171 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.33 |
| HSL | 242º | 0.54% | 0.44% | - |
| HSV(B) | 242º | 0.7% | 0.67% | - |
| XYZ | 10.11 | 6.12 | 39.18 | - |
| YUV | 65.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 171 | 0.68 | 0.70 | 0 | 0.33 | 242 | 0.54 | 0.44 |
| Hex | 37 | 33 | AB | 44 | 46 | 0 | 21 | F2 | 36 | 2C |
| Octal | 67 | 63 | 253 | 104 | 106 | 0 | 41 | 362 | 66 | 54 |
| Binary | 110111 | 110011 | 10101011 | 1000100 | 1000110 | 0 | 100001 | 11110010 | 110110 | 101100 |
Color Harmonies of #3733AB
Complementary color
Monochromatic Colors of #3733AB
Black with #3733AB
Text Example
Text Example
White with #3733AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733AB; }
p { color: rgb(55,51,171); }
H1.HeaderClassName
{
color: #3733AB;
}
.AnyTagClassName
{
color: #3733AB;
}
</style>
background-color css
<style>
a { background-color: #3733AB; }
a { background-color: rgb(55,51,171); }
div.DivClassName
{
background-color: #3733AB;
}
.BgClassName
{
background-color: #3733AB;
}
</style>
border-color css
<style>
span { border-color: #3733AB; }
span { border-color: rgb(55,51,171); }
td.TdClassName
{
border-color: #3733AB;
}
.TagClassName
{
border-color: #3733AB;
}
</style>