Shades of Persian Blue #243FDB
Tints of Persian Blue #243FDB
RGB
CMYK
RGB Variations
Color information
#243FDB (or 0x243FDB) is known color: Persian Blue. HEX triplet: 24, 3F and DB. RGB value is (36,63,219). Sum of RGB (Red+Green+Blue) = 36+63+219=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #243FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FDB is #DBC024. Grayscale: #484848. Windows color (decimal): -14401573 or 14368548. OLE color: 14368548.
HSL color Cylindrical-coordinate representation of color #243FDB: hue angle of 231.15º 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 #243FDB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 63 | 219 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.14 |
| HSL | 231.15º | 0.72% | 0.5% | - |
| HSV(B) | 231.15º | 0.84% | 0.86% | - |
| XYZ | 15.29 | 9.04 | 67.96 | - |
| YUV | 72.71 | 210.55 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 219 | 0.84 | 0.71 | 0 | 0.14 | 231.15 | 0.72 | 0.5 |
| Hex | 24 | 3F | DB | 54 | 47 | 0 | E | E7 | 48 | 32 |
| Octal | 44 | 77 | 333 | 124 | 107 | 0 | 16 | 347 | 110 | 62 |
| Binary | 100100 | 111111 | 11011011 | 1010100 | 1000111 | 0 | 1110 | 11100111 | 1001000 | 110010 |
Color Harmonies of #243FDB
Complementary color
Monochromatic Colors of #243FDB
Black with #243FDB
Text Example
Text Example
White with #243FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FDB; }
p { color: rgb(36,63,219); }
H1.HeaderClassName
{
color: #243FDB;
}
.AnyTagClassName
{
color: #243FDB;
}
</style>
background-color css
<style>
a { background-color: #243FDB; }
a { background-color: rgb(36,63,219); }
div.DivClassName
{
background-color: #243FDB;
}
.BgClassName
{
background-color: #243FDB;
}
</style>
border-color css
<style>
span { border-color: #243FDB; }
span { border-color: rgb(36,63,219); }
td.TdClassName
{
border-color: #243FDB;
}
.TagClassName
{
border-color: #243FDB;
}
</style>