Shades of Persian Blue #3636AD
Tints of Persian Blue #3636AD
RGB
CMYK
RGB Variations
Color information
#3636AD (or 0x3636AD) is known color: Persian Blue. HEX triplet: 36, 36 and AD. RGB value is (54,54,173). Sum of RGB (Red+Green+Blue) = 54+54+173=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #3636AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3636AD is #C9C952. Grayscale: #434343. Windows color (decimal): -13224275 or 11351606. OLE color: 11351606.
HSL color Cylindrical-coordinate representation of color #3636AD: 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.69%. Process color model (Four color, CMYK) of #3636AD is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 54 | 173 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.32 |
| HSL | 240º | 0.52% | 0.45% | - |
| HSV(B) | 240º | 0.69% | 0.68% | - |
| XYZ | 10.38 | 6.44 | 40.23 | - |
| YUV | 67.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 173 | 0.69 | 0.69 | 0 | 0.32 | 240 | 0.52 | 0.45 |
| Hex | 36 | 36 | AD | 45 | 45 | 0 | 20 | F0 | 34 | 2D |
| Octal | 66 | 66 | 255 | 105 | 105 | 0 | 40 | 360 | 64 | 55 |
| Binary | 110110 | 110110 | 10101101 | 1000101 | 1000101 | 0 | 100000 | 11110000 | 110100 | 101101 |
Color Harmonies of #3636AD
Complementary color
Monochromatic Colors of #3636AD
Black with #3636AD
Text Example
Text Example
White with #3636AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3636AD; }
p { color: rgb(54,54,173); }
H1.HeaderClassName
{
color: #3636AD;
}
.AnyTagClassName
{
color: #3636AD;
}
</style>
background-color css
<style>
a { background-color: #3636AD; }
a { background-color: rgb(54,54,173); }
div.DivClassName
{
background-color: #3636AD;
}
.BgClassName
{
background-color: #3636AD;
}
</style>
border-color css
<style>
span { border-color: #3636AD; }
span { border-color: rgb(54,54,173); }
td.TdClassName
{
border-color: #3636AD;
}
.TagClassName
{
border-color: #3636AD;
}
</style>