Shades of Persian Blue #3636AB
Tints of Persian Blue #3636AB
RGB
CMYK
RGB Variations
Color information
#3636AB (or 0x3636AB) is known color: Persian Blue. HEX triplet: 36, 36 and AB. RGB value is (54,54,171). Sum of RGB (Red+Green+Blue) = 54+54+171=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #3636AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3636AB is #C9C954. Grayscale: #424242. Windows color (decimal): -13224277 or 11220534. OLE color: 11220534.
HSL color Cylindrical-coordinate representation of color #3636AB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3636AB is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 54 | 171 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.33 |
| HSL | 240º | 0.52% | 0.44% | - |
| HSV(B) | 240º | 0.68% | 0.67% | - |
| XYZ | 10.19 | 6.36 | 39.22 | - |
| YUV | 67.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 171 | 0.68 | 0.68 | 0 | 0.33 | 240 | 0.52 | 0.44 |
| Hex | 36 | 36 | AB | 44 | 44 | 0 | 21 | F0 | 34 | 2C |
| Octal | 66 | 66 | 253 | 104 | 104 | 0 | 41 | 360 | 64 | 54 |
| Binary | 110110 | 110110 | 10101011 | 1000100 | 1000100 | 0 | 100001 | 11110000 | 110100 | 101100 |
Color Harmonies of #3636AB
Complementary color
Monochromatic Colors of #3636AB
Black with #3636AB
Text Example
Text Example
White with #3636AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3636AB; }
p { color: rgb(54,54,171); }
H1.HeaderClassName
{
color: #3636AB;
}
.AnyTagClassName
{
color: #3636AB;
}
</style>
background-color css
<style>
a { background-color: #3636AB; }
a { background-color: rgb(54,54,171); }
div.DivClassName
{
background-color: #3636AB;
}
.BgClassName
{
background-color: #3636AB;
}
</style>
border-color css
<style>
span { border-color: #3636AB; }
span { border-color: rgb(54,54,171); }
td.TdClassName
{
border-color: #3636AB;
}
.TagClassName
{
border-color: #3636AB;
}
</style>