Shades of Persian Blue #3624C8
Tints of Persian Blue #3624C8
RGB
CMYK
RGB Variations
Color information
#3624C8 (or 0x3624C8) is known color: Persian Blue. HEX triplet: 36, 24 and C8. RGB value is (54,36,200). Sum of RGB (Red+Green+Blue) = 54+36+200=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 200 (78.52% from 255 or 68.97% from 290); Max value from RGB is 200 - color contains mainly: blue. Hex color #3624C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3624C8 is #C9DB37. Grayscale: #3B3B3B. Windows color (decimal): -13228856 or 13116470. OLE color: 13116470.
HSL color Cylindrical-coordinate representation of color #3624C8: hue angle of 246.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3624C8 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 36 | 200 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.22 |
| HSL | 246.59º | 0.69% | 0.46% | - |
| HSV(B) | 246.59º | 0.82% | 0.78% | - |
| XYZ | 12.58 | 6.22 | 55.18 | - |
| YUV | 60.08 | 206.96 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 200 | 0.73 | 0.82 | 0 | 0.22 | 246.59 | 0.69 | 0.46 |
| Hex | 36 | 24 | C8 | 49 | 52 | 0 | 16 | F7 | 45 | 2E |
| Octal | 66 | 44 | 310 | 111 | 122 | 0 | 26 | 367 | 105 | 56 |
| Binary | 110110 | 100100 | 11001000 | 1001001 | 1010010 | 0 | 10110 | 11110111 | 1000101 | 101110 |
Color Harmonies of #3624C8
Complementary color
Monochromatic Colors of #3624C8
Black with #3624C8
Text Example
Text Example
White with #3624C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3624C8; }
p { color: rgb(54,36,200); }
H1.HeaderClassName
{
color: #3624C8;
}
.AnyTagClassName
{
color: #3624C8;
}
</style>
background-color css
<style>
a { background-color: #3624C8; }
a { background-color: rgb(54,36,200); }
div.DivClassName
{
background-color: #3624C8;
}
.BgClassName
{
background-color: #3624C8;
}
</style>
border-color css
<style>
span { border-color: #3624C8; }
span { border-color: rgb(54,36,200); }
td.TdClassName
{
border-color: #3624C8;
}
.TagClassName
{
border-color: #3624C8;
}
</style>