Shades of Persian Blue #3628D6
Tints of Persian Blue #3628D6
RGB
CMYK
RGB Variations
Color information
#3628D6 (or 0x3628D6) is known color: Persian Blue. HEX triplet: 36, 28 and D6. RGB value is (54,40,214). Sum of RGB (Red+Green+Blue) = 54+40+214=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 214 (83.98% from 255 or 69.48% from 308); Max value from RGB is 214 - color contains mainly: blue. Hex color #3628D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3628D6 is #C9D729. Grayscale: #3F3F3F. Windows color (decimal): -13227818 or 14034998. OLE color: 14034998.
HSL color Cylindrical-coordinate representation of color #3628D6: hue angle of 244.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3628D6 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 40 | 214 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.16 |
| HSL | 244.83º | 0.69% | 0.5% | - |
| HSV(B) | 244.83º | 0.81% | 0.84% | - |
| XYZ | 14.42 | 7.16 | 64.24 | - |
| YUV | 64.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 214 | 0.75 | 0.81 | 0 | 0.16 | 244.83 | 0.69 | 0.5 |
| Hex | 36 | 28 | D6 | 4B | 51 | 0 | 10 | F5 | 45 | 32 |
| Octal | 66 | 50 | 326 | 113 | 121 | 0 | 20 | 365 | 105 | 62 |
| Binary | 110110 | 101000 | 11010110 | 1001011 | 1010001 | 0 | 10000 | 11110101 | 1000101 | 110010 |
Color Harmonies of #3628D6
Complementary color
Monochromatic Colors of #3628D6
Black with #3628D6
Text Example
Text Example
White with #3628D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3628D6; }
p { color: rgb(54,40,214); }
H1.HeaderClassName
{
color: #3628D6;
}
.AnyTagClassName
{
color: #3628D6;
}
</style>
background-color css
<style>
a { background-color: #3628D6; }
a { background-color: rgb(54,40,214); }
div.DivClassName
{
background-color: #3628D6;
}
.BgClassName
{
background-color: #3628D6;
}
</style>
border-color css
<style>
span { border-color: #3628D6; }
span { border-color: rgb(54,40,214); }
td.TdClassName
{
border-color: #3628D6;
}
.TagClassName
{
border-color: #3628D6;
}
</style>