Shades of Persian Blue #3639AD
Tints of Persian Blue #3639AD
RGB
CMYK
RGB Variations
Color information
#3639AD (or 0x3639AD) is known color: Persian Blue. HEX triplet: 36, 39 and AD. RGB value is (54,57,173). Sum of RGB (Red+Green+Blue) = 54+57+173=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #3639AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3639AD is #C9C652. Grayscale: #444444. Windows color (decimal): -13223507 or 11352374. OLE color: 11352374.
HSL color Cylindrical-coordinate representation of color #3639AD: hue angle of 238.49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3639AD is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 57 | 173 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.32 |
| HSL | 238.49º | 0.52% | 0.45% | - |
| HSV(B) | 238.49º | 0.69% | 0.68% | - |
| XYZ | 10.53 | 6.73 | 40.28 | - |
| YUV | 69.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 173 | 0.69 | 0.67 | 0 | 0.32 | 238.49 | 0.52 | 0.45 |
| Hex | 36 | 39 | AD | 45 | 43 | 0 | 20 | EE | 34 | 2D |
| Octal | 66 | 71 | 255 | 105 | 103 | 0 | 40 | 356 | 64 | 55 |
| Binary | 110110 | 111001 | 10101101 | 1000101 | 1000011 | 0 | 100000 | 11101110 | 110100 | 101101 |
Color Harmonies of #3639AD
Complementary color
Monochromatic Colors of #3639AD
Black with #3639AD
Text Example
Text Example
White with #3639AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3639AD; }
p { color: rgb(54,57,173); }
H1.HeaderClassName
{
color: #3639AD;
}
.AnyTagClassName
{
color: #3639AD;
}
</style>
background-color css
<style>
a { background-color: #3639AD; }
a { background-color: rgb(54,57,173); }
div.DivClassName
{
background-color: #3639AD;
}
.BgClassName
{
background-color: #3639AD;
}
</style>
border-color css
<style>
span { border-color: #3639AD; }
span { border-color: rgb(54,57,173); }
td.TdClassName
{
border-color: #3639AD;
}
.TagClassName
{
border-color: #3639AD;
}
</style>