Shades of Persian Blue #3628BD
Tints of Persian Blue #3628BD
RGB
CMYK
RGB Variations
Color information
#3628BD (or 0x3628BD) is known color: Persian Blue. HEX triplet: 36, 28 and BD. RGB value is (54,40,189). Sum of RGB (Red+Green+Blue) = 54+40+189=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #3628BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628BD is #C9D742. Grayscale: #3C3C3C. Windows color (decimal): -13227843 or 12396598. OLE color: 12396598.
HSL color Cylindrical-coordinate representation of color #3628BD: hue angle of 245.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3628BD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 40 | 189 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.26 |
| HSL | 245.64º | 0.65% | 0.45% | - |
| HSV(B) | 245.64º | 0.79% | 0.74% | - |
| XYZ | 11.47 | 5.98 | 48.69 | - |
| YUV | 61.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 189 | 0.71 | 0.79 | 0 | 0.26 | 245.64 | 0.65 | 0.45 |
| Hex | 36 | 28 | BD | 47 | 4F | 0 | 1A | F6 | 41 | 2D |
| Octal | 66 | 50 | 275 | 107 | 117 | 0 | 32 | 366 | 101 | 55 |
| Binary | 110110 | 101000 | 10111101 | 1000111 | 1001111 | 0 | 11010 | 11110110 | 1000001 | 101101 |
Color Harmonies of #3628BD
Complementary color
Monochromatic Colors of #3628BD
Black with #3628BD
Text Example
Text Example
White with #3628BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3628BD; }
p { color: rgb(54,40,189); }
H1.HeaderClassName
{
color: #3628BD;
}
.AnyTagClassName
{
color: #3628BD;
}
</style>
background-color css
<style>
a { background-color: #3628BD; }
a { background-color: rgb(54,40,189); }
div.DivClassName
{
background-color: #3628BD;
}
.BgClassName
{
background-color: #3628BD;
}
</style>
border-color css
<style>
span { border-color: #3628BD; }
span { border-color: rgb(54,40,189); }
td.TdClassName
{
border-color: #3628BD;
}
.TagClassName
{
border-color: #3628BD;
}
</style>