Shades of Persian Blue #3625BA
Tints of Persian Blue #3625BA
RGB
CMYK
RGB Variations
Color information
#3625BA (or 0x3625BA) is known color: Persian Blue. HEX triplet: 36, 25 and BA. RGB value is (54,37,186). Sum of RGB (Red+Green+Blue) = 54+37+186=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #3625BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625BA is #C9DA45. Grayscale: #3A3A3A. Windows color (decimal): -13228614 or 12199222. OLE color: 12199222.
HSL color Cylindrical-coordinate representation of color #3625BA: hue angle of 246.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3625BA is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 37 | 186 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.27 |
| HSL | 246.85º | 0.67% | 0.44% | - |
| HSV(B) | 246.85º | 0.8% | 0.73% | - |
| XYZ | 11.05 | 5.65 | 46.96 | - |
| YUV | 59.07 | 199.63 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 186 | 0.71 | 0.80 | 0 | 0.27 | 246.85 | 0.67 | 0.44 |
| Hex | 36 | 25 | BA | 47 | 50 | 0 | 1B | F7 | 43 | 2C |
| Octal | 66 | 45 | 272 | 107 | 120 | 0 | 33 | 367 | 103 | 54 |
| Binary | 110110 | 100101 | 10111010 | 1000111 | 1010000 | 0 | 11011 | 11110111 | 1000011 | 101100 |
Color Harmonies of #3625BA
Complementary color
Monochromatic Colors of #3625BA
Black with #3625BA
Text Example
Text Example
White with #3625BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3625BA; }
p { color: rgb(54,37,186); }
H1.HeaderClassName
{
color: #3625BA;
}
.AnyTagClassName
{
color: #3625BA;
}
</style>
background-color css
<style>
a { background-color: #3625BA; }
a { background-color: rgb(54,37,186); }
div.DivClassName
{
background-color: #3625BA;
}
.BgClassName
{
background-color: #3625BA;
}
</style>
border-color css
<style>
span { border-color: #3625BA; }
span { border-color: rgb(54,37,186); }
td.TdClassName
{
border-color: #3625BA;
}
.TagClassName
{
border-color: #3625BA;
}
</style>