Shades of Persian Blue #243ADB
Tints of Persian Blue #243ADB
RGB
CMYK
RGB Variations
Color information
#243ADB (or 0x243ADB) is known color: Persian Blue. HEX triplet: 24, 3A and DB. RGB value is (36,58,219). Sum of RGB (Red+Green+Blue) = 36+58+219=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #243ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ADB is #DBC524. Grayscale: #454545. Windows color (decimal): -14402853 or 14367268. OLE color: 14367268.
HSL color Cylindrical-coordinate representation of color #243ADB: hue angle of 232.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243ADB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 58 | 219 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.14 |
| HSL | 232.79º | 0.72% | 0.5% | - |
| HSV(B) | 232.79º | 0.84% | 0.86% | - |
| XYZ | 15.03 | 8.52 | 67.87 | - |
| YUV | 69.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 219 | 0.84 | 0.74 | 0 | 0.14 | 232.79 | 0.72 | 0.5 |
| Hex | 24 | 3A | DB | 54 | 4A | 0 | E | E9 | 48 | 32 |
| Octal | 44 | 72 | 333 | 124 | 112 | 0 | 16 | 351 | 110 | 62 |
| Binary | 100100 | 111010 | 11011011 | 1010100 | 1001010 | 0 | 1110 | 11101001 | 1001000 | 110010 |
Color Harmonies of #243ADB
Complementary color
Monochromatic Colors of #243ADB
Black with #243ADB
Text Example
Text Example
White with #243ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ADB; }
p { color: rgb(36,58,219); }
H1.HeaderClassName
{
color: #243ADB;
}
.AnyTagClassName
{
color: #243ADB;
}
</style>
background-color css
<style>
a { background-color: #243ADB; }
a { background-color: rgb(36,58,219); }
div.DivClassName
{
background-color: #243ADB;
}
.BgClassName
{
background-color: #243ADB;
}
</style>
border-color css
<style>
span { border-color: #243ADB; }
span { border-color: rgb(36,58,219); }
td.TdClassName
{
border-color: #243ADB;
}
.TagClassName
{
border-color: #243ADB;
}
</style>