Shades of Persian Blue #3621BA
Tints of Persian Blue #3621BA
RGB
CMYK
RGB Variations
Color information
#3621BA (or 0x3621BA) is known color: Persian Blue. HEX triplet: 36, 21 and BA. RGB value is (54,33,186). Sum of RGB (Red+Green+Blue) = 54+33+186=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3621BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3621BA is #C9DE45. Grayscale: #383838. Windows color (decimal): -13229638 or 12198198. OLE color: 12198198.
HSL color Cylindrical-coordinate representation of color #3621BA: hue angle of 248.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3621BA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 33 | 186 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.27 |
| HSL | 248.24º | 0.7% | 0.43% | - |
| HSV(B) | 248.24º | 0.82% | 0.73% | - |
| XYZ | 10.93 | 5.42 | 46.92 | - |
| YUV | 56.72 | 200.96 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 186 | 0.71 | 0.82 | 0 | 0.27 | 248.24 | 0.7 | 0.43 |
| Hex | 36 | 21 | BA | 47 | 52 | 0 | 1B | F8 | 46 | 2B |
| Octal | 66 | 41 | 272 | 107 | 122 | 0 | 33 | 370 | 106 | 53 |
| Binary | 110110 | 100001 | 10111010 | 1000111 | 1010010 | 0 | 11011 | 11111000 | 1000110 | 101011 |
Color Harmonies of #3621BA
Complementary color
Monochromatic Colors of #3621BA
Black with #3621BA
Text Example
Text Example
White with #3621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3621BA; }
p { color: rgb(54,33,186); }
H1.HeaderClassName
{
color: #3621BA;
}
.AnyTagClassName
{
color: #3621BA;
}
</style>
background-color css
<style>
a { background-color: #3621BA; }
a { background-color: rgb(54,33,186); }
div.DivClassName
{
background-color: #3621BA;
}
.BgClassName
{
background-color: #3621BA;
}
</style>
border-color css
<style>
span { border-color: #3621BA; }
span { border-color: rgb(54,33,186); }
td.TdClassName
{
border-color: #3621BA;
}
.TagClassName
{
border-color: #3621BA;
}
</style>