Shades of Persian Blue #3024BC
Tints of Persian Blue #3024BC
RGB
CMYK
RGB Variations
Color information
#3024BC (or 0x3024BC) is known color: Persian Blue. HEX triplet: 30, 24 and BC. RGB value is (48,36,188). Sum of RGB (Red+Green+Blue) = 48+36+188=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #3024BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3024BC is #CFDB43. Grayscale: #383838. Windows color (decimal): -13622084 or 12330032. OLE color: 12330032.
HSL color Cylindrical-coordinate representation of color #3024BC: hue angle of 244.74º 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 #3024BC is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 36 | 188 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.26 |
| HSL | 244.74º | 0.68% | 0.44% | - |
| HSV(B) | 244.74º | 0.81% | 0.74% | - |
| XYZ | 10.93 | 5.52 | 48.07 | - |
| YUV | 56.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 188 | 0.74 | 0.81 | 0 | 0.26 | 244.74 | 0.68 | 0.44 |
| Hex | 30 | 24 | BC | 4A | 51 | 0 | 1A | F5 | 44 | 2C |
| Octal | 60 | 44 | 274 | 112 | 121 | 0 | 32 | 365 | 104 | 54 |
| Binary | 110000 | 100100 | 10111100 | 1001010 | 1010001 | 0 | 11010 | 11110101 | 1000100 | 101100 |
Color Harmonies of #3024BC
Complementary color
Monochromatic Colors of #3024BC
Black with #3024BC
Text Example
Text Example
White with #3024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024BC; }
p { color: rgb(48,36,188); }
H1.HeaderClassName
{
color: #3024BC;
}
.AnyTagClassName
{
color: #3024BC;
}
</style>
background-color css
<style>
a { background-color: #3024BC; }
a { background-color: rgb(48,36,188); }
div.DivClassName
{
background-color: #3024BC;
}
.BgClassName
{
background-color: #3024BC;
}
</style>
border-color css
<style>
span { border-color: #3024BC; }
span { border-color: rgb(48,36,188); }
td.TdClassName
{
border-color: #3024BC;
}
.TagClassName
{
border-color: #3024BC;
}
</style>