Shades of Persian Blue #3636BA
Tints of Persian Blue #3636BA
RGB
CMYK
RGB Variations
Color information
#3636BA (or 0x3636BA) is known color: Persian Blue. HEX triplet: 36, 36 and BA. RGB value is (54,54,186). Sum of RGB (Red+Green+Blue) = 54+54+186=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3636BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3636BA is #C9C945. Grayscale: #444444. Windows color (decimal): -13224262 or 12203574. OLE color: 12203574.
HSL color Cylindrical-coordinate representation of color #3636BA: hue angle of 240º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3636BA is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 54 | 186 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.27 |
| HSL | 240º | 0.55% | 0.47% | - |
| HSV(B) | 240º | 0.71% | 0.73% | - |
| XYZ | 11.7 | 6.97 | 47.18 | - |
| YUV | 69.05 | 194 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 186 | 0.71 | 0.71 | 0 | 0.27 | 240 | 0.55 | 0.47 |
| Hex | 36 | 36 | BA | 47 | 47 | 0 | 1B | F0 | 37 | 2F |
| Octal | 66 | 66 | 272 | 107 | 107 | 0 | 33 | 360 | 67 | 57 |
| Binary | 110110 | 110110 | 10111010 | 1000111 | 1000111 | 0 | 11011 | 11110000 | 110111 | 101111 |
Color Harmonies of #3636BA
Complementary color
Monochromatic Colors of #3636BA
Black with #3636BA
Text Example
Text Example
White with #3636BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3636BA; }
p { color: rgb(54,54,186); }
H1.HeaderClassName
{
color: #3636BA;
}
.AnyTagClassName
{
color: #3636BA;
}
</style>
background-color css
<style>
a { background-color: #3636BA; }
a { background-color: rgb(54,54,186); }
div.DivClassName
{
background-color: #3636BA;
}
.BgClassName
{
background-color: #3636BA;
}
</style>
border-color css
<style>
span { border-color: #3636BA; }
span { border-color: rgb(54,54,186); }
td.TdClassName
{
border-color: #3636BA;
}
.TagClassName
{
border-color: #3636BA;
}
</style>