Shades of Persian Blue #3024BD
Tints of Persian Blue #3024BD
RGB
CMYK
RGB Variations
Color information
#3024BD (or 0x3024BD) is known color: Persian Blue. HEX triplet: 30, 24 and BD. RGB value is (48,36,189). Sum of RGB (Red+Green+Blue) = 48+36+189=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #3024BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024BD is #CFDB42. Grayscale: #383838. Windows color (decimal): -13622083 or 12395568. OLE color: 12395568.
HSL color Cylindrical-coordinate representation of color #3024BD: hue angle of 244.71º 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 #3024BD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 36 | 189 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.26 |
| HSL | 244.71º | 0.68% | 0.44% | - |
| HSV(B) | 244.71º | 0.81% | 0.74% | - |
| XYZ | 11.04 | 5.56 | 48.64 | - |
| YUV | 57.03 | 202.48 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 189 | 0.75 | 0.81 | 0 | 0.26 | 244.71 | 0.68 | 0.44 |
| Hex | 30 | 24 | BD | 4B | 51 | 0 | 1A | F5 | 44 | 2C |
| Octal | 60 | 44 | 275 | 113 | 121 | 0 | 32 | 365 | 104 | 54 |
| Binary | 110000 | 100100 | 10111101 | 1001011 | 1010001 | 0 | 11010 | 11110101 | 1000100 | 101100 |
Color Harmonies of #3024BD
Complementary color
Monochromatic Colors of #3024BD
Black with #3024BD
Text Example
Text Example
White with #3024BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024BD; }
p { color: rgb(48,36,189); }
H1.HeaderClassName
{
color: #3024BD;
}
.AnyTagClassName
{
color: #3024BD;
}
</style>
background-color css
<style>
a { background-color: #3024BD; }
a { background-color: rgb(48,36,189); }
div.DivClassName
{
background-color: #3024BD;
}
.BgClassName
{
background-color: #3024BD;
}
</style>
border-color css
<style>
span { border-color: #3024BD; }
span { border-color: rgb(48,36,189); }
td.TdClassName
{
border-color: #3024BD;
}
.TagClassName
{
border-color: #3024BD;
}
</style>