Shades of Persian Blue #3735AF
Tints of Persian Blue #3735AF
RGB
CMYK
RGB Variations
Color information
#3735AF (or 0x3735AF) is known color: Persian Blue. HEX triplet: 37, 35 and AF. RGB value is (55,53,175). Sum of RGB (Red+Green+Blue) = 55+53+175=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #3735AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3735AF is #C8CA50. Grayscale: #434343. Windows color (decimal): -13158993 or 11482423. OLE color: 11482423.
HSL color Cylindrical-coordinate representation of color #3735AF: hue angle of 240.98º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3735AF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 53 | 175 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.31 |
| HSL | 240.98º | 0.54% | 0.45% | - |
| HSV(B) | 240.98º | 0.7% | 0.69% | - |
| XYZ | 10.59 | 6.45 | 41.25 | - |
| YUV | 67.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 175 | 0.69 | 0.70 | 0 | 0.31 | 240.98 | 0.54 | 0.45 |
| Hex | 37 | 35 | AF | 45 | 46 | 0 | 1F | F1 | 36 | 2D |
| Octal | 67 | 65 | 257 | 105 | 106 | 0 | 37 | 361 | 66 | 55 |
| Binary | 110111 | 110101 | 10101111 | 1000101 | 1000110 | 0 | 11111 | 11110001 | 110110 | 101101 |
Color Harmonies of #3735AF
Complementary color
Monochromatic Colors of #3735AF
Black with #3735AF
Text Example
Text Example
White with #3735AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3735AF; }
p { color: rgb(55,53,175); }
H1.HeaderClassName
{
color: #3735AF;
}
.AnyTagClassName
{
color: #3735AF;
}
</style>
background-color css
<style>
a { background-color: #3735AF; }
a { background-color: rgb(55,53,175); }
div.DivClassName
{
background-color: #3735AF;
}
.BgClassName
{
background-color: #3735AF;
}
</style>
border-color css
<style>
span { border-color: #3735AF; }
span { border-color: rgb(55,53,175); }
td.TdClassName
{
border-color: #3735AF;
}
.TagClassName
{
border-color: #3735AF;
}
</style>