Shades of Persian Blue #3628BB
Tints of Persian Blue #3628BB
RGB
CMYK
RGB Variations
Color information
#3628BB (or 0x3628BB) is known color: Persian Blue. HEX triplet: 36, 28 and BB. RGB value is (54,40,187). Sum of RGB (Red+Green+Blue) = 54+40+187=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #3628BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628BB is #C9D744. Grayscale: #3C3C3C. Windows color (decimal): -13227845 or 12265526. OLE color: 12265526.
HSL color Cylindrical-coordinate representation of color #3628BB: hue angle of 245.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3628BB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 40 | 187 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.27 |
| HSL | 245.71º | 0.65% | 0.45% | - |
| HSV(B) | 245.71º | 0.79% | 0.73% | - |
| XYZ | 11.25 | 5.89 | 47.56 | - |
| YUV | 60.94 | 199.14 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 187 | 0.71 | 0.79 | 0 | 0.27 | 245.71 | 0.65 | 0.45 |
| Hex | 36 | 28 | BB | 47 | 4F | 0 | 1B | F6 | 41 | 2D |
| Octal | 66 | 50 | 273 | 107 | 117 | 0 | 33 | 366 | 101 | 55 |
| Binary | 110110 | 101000 | 10111011 | 1000111 | 1001111 | 0 | 11011 | 11110110 | 1000001 | 101101 |
Color Harmonies of #3628BB
Complementary color
Monochromatic Colors of #3628BB
Black with #3628BB
Text Example
Text Example
White with #3628BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3628BB; }
p { color: rgb(54,40,187); }
H1.HeaderClassName
{
color: #3628BB;
}
.AnyTagClassName
{
color: #3628BB;
}
</style>
background-color css
<style>
a { background-color: #3628BB; }
a { background-color: rgb(54,40,187); }
div.DivClassName
{
background-color: #3628BB;
}
.BgClassName
{
background-color: #3628BB;
}
</style>
border-color css
<style>
span { border-color: #3628BB; }
span { border-color: rgb(54,40,187); }
td.TdClassName
{
border-color: #3628BB;
}
.TagClassName
{
border-color: #3628BB;
}
</style>