Shades of Persian Blue #3624BB
Tints of Persian Blue #3624BB
RGB
CMYK
RGB Variations
Color information
#3624BB (or 0x3624BB) is known color: Persian Blue. HEX triplet: 36, 24 and BB. RGB value is (54,36,187). Sum of RGB (Red+Green+Blue) = 54+36+187=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #3624BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3624BB is #C9DB44. Grayscale: #3A3A3A. Windows color (decimal): -13228869 or 12264502. OLE color: 12264502.
HSL color Cylindrical-coordinate representation of color #3624BB: hue angle of 247.15º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3624BB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 36 | 187 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.27 |
| HSL | 247.15º | 0.68% | 0.44% | - |
| HSV(B) | 247.15º | 0.81% | 0.73% | - |
| XYZ | 11.12 | 5.63 | 47.51 | - |
| YUV | 58.6 | 200.46 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 187 | 0.71 | 0.81 | 0 | 0.27 | 247.15 | 0.68 | 0.44 |
| Hex | 36 | 24 | BB | 47 | 51 | 0 | 1B | F7 | 44 | 2C |
| Octal | 66 | 44 | 273 | 107 | 121 | 0 | 33 | 367 | 104 | 54 |
| Binary | 110110 | 100100 | 10111011 | 1000111 | 1010001 | 0 | 11011 | 11110111 | 1000100 | 101100 |
Color Harmonies of #3624BB
Complementary color
Monochromatic Colors of #3624BB
Black with #3624BB
Text Example
Text Example
White with #3624BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3624BB; }
p { color: rgb(54,36,187); }
H1.HeaderClassName
{
color: #3624BB;
}
.AnyTagClassName
{
color: #3624BB;
}
</style>
background-color css
<style>
a { background-color: #3624BB; }
a { background-color: rgb(54,36,187); }
div.DivClassName
{
background-color: #3624BB;
}
.BgClassName
{
background-color: #3624BB;
}
</style>
border-color css
<style>
span { border-color: #3624BB; }
span { border-color: rgb(54,36,187); }
td.TdClassName
{
border-color: #3624BB;
}
.TagClassName
{
border-color: #3624BB;
}
</style>