Shades of Persian Blue #3024BA
Tints of Persian Blue #3024BA
RGB
CMYK
RGB Variations
Color information
#3024BA (or 0x3024BA) is known color: Persian Blue. HEX triplet: 30, 24 and BA. RGB value is (48,36,186). Sum of RGB (Red+Green+Blue) = 48+36+186=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #3024BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024BA is #CFDB45. Grayscale: #383838. Windows color (decimal): -13622086 or 12198960. OLE color: 12198960.
HSL color Cylindrical-coordinate representation of color #3024BA: hue angle of 244.8º 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 #3024BA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 36 | 186 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.27 |
| HSL | 244.8º | 0.68% | 0.44% | - |
| HSV(B) | 244.8º | 0.81% | 0.73% | - |
| XYZ | 10.71 | 5.44 | 46.94 | - |
| YUV | 56.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 186 | 0.74 | 0.81 | 0 | 0.27 | 244.8 | 0.68 | 0.44 |
| Hex | 30 | 24 | BA | 4A | 51 | 0 | 1B | F5 | 44 | 2C |
| Octal | 60 | 44 | 272 | 112 | 121 | 0 | 33 | 365 | 104 | 54 |
| Binary | 110000 | 100100 | 10111010 | 1001010 | 1010001 | 0 | 11011 | 11110101 | 1000100 | 101100 |
Color Harmonies of #3024BA
Complementary color
Monochromatic Colors of #3024BA
Black with #3024BA
Text Example
Text Example
White with #3024BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024BA; }
p { color: rgb(48,36,186); }
H1.HeaderClassName
{
color: #3024BA;
}
.AnyTagClassName
{
color: #3024BA;
}
</style>
background-color css
<style>
a { background-color: #3024BA; }
a { background-color: rgb(48,36,186); }
div.DivClassName
{
background-color: #3024BA;
}
.BgClassName
{
background-color: #3024BA;
}
</style>
border-color css
<style>
span { border-color: #3024BA; }
span { border-color: rgb(48,36,186); }
td.TdClassName
{
border-color: #3024BA;
}
.TagClassName
{
border-color: #3024BA;
}
</style>