Shades of Persian Blue #3629AF
Tints of Persian Blue #3629AF
RGB
CMYK
RGB Variations
Color information
#3629AF (or 0x3629AF) is known color: Persian Blue. HEX triplet: 36, 29 and AF. RGB value is (54,41,175). Sum of RGB (Red+Green+Blue) = 54+41+175=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #3629AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3629AF is #C9D650. Grayscale: #3B3B3B. Windows color (decimal): -13227601 or 11479350. OLE color: 11479350.
HSL color Cylindrical-coordinate representation of color #3629AF: hue angle of 245.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3629AF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 41 | 175 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.31 |
| HSL | 245.82º | 0.62% | 0.42% | - |
| HSV(B) | 245.82º | 0.77% | 0.69% | - |
| XYZ | 10.05 | 5.47 | 41.08 | - |
| YUV | 60.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 175 | 0.69 | 0.77 | 0 | 0.31 | 245.82 | 0.62 | 0.42 |
| Hex | 36 | 29 | AF | 45 | 4D | 0 | 1F | F6 | 3E | 2A |
| Octal | 66 | 51 | 257 | 105 | 115 | 0 | 37 | 366 | 76 | 52 |
| Binary | 110110 | 101001 | 10101111 | 1000101 | 1001101 | 0 | 11111 | 11110110 | 111110 | 101010 |
Color Harmonies of #3629AF
Complementary color
Monochromatic Colors of #3629AF
Black with #3629AF
Text Example
Text Example
White with #3629AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3629AF; }
p { color: rgb(54,41,175); }
H1.HeaderClassName
{
color: #3629AF;
}
.AnyTagClassName
{
color: #3629AF;
}
</style>
background-color css
<style>
a { background-color: #3629AF; }
a { background-color: rgb(54,41,175); }
div.DivClassName
{
background-color: #3629AF;
}
.BgClassName
{
background-color: #3629AF;
}
</style>
border-color css
<style>
span { border-color: #3629AF; }
span { border-color: rgb(54,41,175); }
td.TdClassName
{
border-color: #3629AF;
}
.TagClassName
{
border-color: #3629AF;
}
</style>