Shades of Persian Blue #3624BD
Tints of Persian Blue #3624BD
RGB
CMYK
RGB Variations
Color information
#3624BD (or 0x3624BD) is known color: Persian Blue. HEX triplet: 36, 24 and BD. RGB value is (54,36,189). Sum of RGB (Red+Green+Blue) = 54+36+189=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #3624BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3624BD is #C9DB42. Grayscale: #3A3A3A. Windows color (decimal): -13228867 or 12395574. OLE color: 12395574.
HSL color Cylindrical-coordinate representation of color #3624BD: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3624BD is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 36 | 189 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.26 |
| HSL | 247.06º | 0.68% | 0.44% | - |
| HSV(B) | 247.06º | 0.81% | 0.74% | - |
| XYZ | 11.34 | 5.72 | 48.65 | - |
| YUV | 58.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 189 | 0.71 | 0.81 | 0 | 0.26 | 247.06 | 0.68 | 0.44 |
| Hex | 36 | 24 | BD | 47 | 51 | 0 | 1A | F7 | 44 | 2C |
| Octal | 66 | 44 | 275 | 107 | 121 | 0 | 32 | 367 | 104 | 54 |
| Binary | 110110 | 100100 | 10111101 | 1000111 | 1010001 | 0 | 11010 | 11110111 | 1000100 | 101100 |
Color Harmonies of #3624BD
Complementary color
Monochromatic Colors of #3624BD
Black with #3624BD
Text Example
Text Example
White with #3624BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3624BD; }
p { color: rgb(54,36,189); }
H1.HeaderClassName
{
color: #3624BD;
}
.AnyTagClassName
{
color: #3624BD;
}
</style>
background-color css
<style>
a { background-color: #3624BD; }
a { background-color: rgb(54,36,189); }
div.DivClassName
{
background-color: #3624BD;
}
.BgClassName
{
background-color: #3624BD;
}
</style>
border-color css
<style>
span { border-color: #3624BD; }
span { border-color: rgb(54,36,189); }
td.TdClassName
{
border-color: #3624BD;
}
.TagClassName
{
border-color: #3624BD;
}
</style>