Shades of Persian Blue #243FB9
Tints of Persian Blue #243FB9
RGB
CMYK
RGB Variations
Color information
#243FB9 (or 0x243FB9) is known color: Persian Blue. HEX triplet: 24, 3F and B9. RGB value is (36,63,185). Sum of RGB (Red+Green+Blue) = 36+63+185=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #243FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FB9 is #DBC046. Grayscale: #444444. Windows color (decimal): -14401607 or 12140324. OLE color: 12140324.
HSL color Cylindrical-coordinate representation of color #243FB9: hue angle of 229.13º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243FB9 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 63 | 185 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.27 |
| HSL | 229.13º | 0.67% | 0.43% | - |
| HSV(B) | 229.13º | 0.81% | 0.73% | - |
| XYZ | 11.26 | 7.43 | 46.74 | - |
| YUV | 68.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 185 | 0.81 | 0.66 | 0 | 0.27 | 229.13 | 0.67 | 0.43 |
| Hex | 24 | 3F | B9 | 51 | 42 | 0 | 1B | E5 | 43 | 2B |
| Octal | 44 | 77 | 271 | 121 | 102 | 0 | 33 | 345 | 103 | 53 |
| Binary | 100100 | 111111 | 10111001 | 1010001 | 1000010 | 0 | 11011 | 11100101 | 1000011 | 101011 |
Color Harmonies of #243FB9
Complementary color
Monochromatic Colors of #243FB9
Black with #243FB9
Text Example
Text Example
White with #243FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FB9; }
p { color: rgb(36,63,185); }
H1.HeaderClassName
{
color: #243FB9;
}
.AnyTagClassName
{
color: #243FB9;
}
</style>
background-color css
<style>
a { background-color: #243FB9; }
a { background-color: rgb(36,63,185); }
div.DivClassName
{
background-color: #243FB9;
}
.BgClassName
{
background-color: #243FB9;
}
</style>
border-color css
<style>
span { border-color: #243FB9; }
span { border-color: rgb(36,63,185); }
td.TdClassName
{
border-color: #243FB9;
}
.TagClassName
{
border-color: #243FB9;
}
</style>