Shades of Persian Blue #243FDD
Tints of Persian Blue #243FDD
RGB
CMYK
RGB Variations
Color information
#243FDD (or 0x243FDD) is known color: Persian Blue. HEX triplet: 24, 3F and DD. RGB value is (36,63,221). Sum of RGB (Red+Green+Blue) = 36+63+221=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #243FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FDD is #DBC022. Grayscale: #484848. Windows color (decimal): -14401571 or 14499620. OLE color: 14499620.
HSL color Cylindrical-coordinate representation of color #243FDD: hue angle of 231.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243FDD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 63 | 221 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.13 |
| HSL | 231.24º | 0.73% | 0.5% | - |
| HSV(B) | 231.24º | 0.84% | 0.87% | - |
| XYZ | 15.56 | 9.15 | 69.35 | - |
| YUV | 72.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 221 | 0.84 | 0.71 | 0 | 0.13 | 231.24 | 0.73 | 0.5 |
| Hex | 24 | 3F | DD | 54 | 47 | 0 | D | E7 | 49 | 32 |
| Octal | 44 | 77 | 335 | 124 | 107 | 0 | 15 | 347 | 111 | 62 |
| Binary | 100100 | 111111 | 11011101 | 1010100 | 1000111 | 0 | 1101 | 11100111 | 1001001 | 110010 |
Color Harmonies of #243FDD
Complementary color
Monochromatic Colors of #243FDD
Black with #243FDD
Text Example
Text Example
White with #243FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FDD; }
p { color: rgb(36,63,221); }
H1.HeaderClassName
{
color: #243FDD;
}
.AnyTagClassName
{
color: #243FDD;
}
</style>
background-color css
<style>
a { background-color: #243FDD; }
a { background-color: rgb(36,63,221); }
div.DivClassName
{
background-color: #243FDD;
}
.BgClassName
{
background-color: #243FDD;
}
</style>
border-color css
<style>
span { border-color: #243FDD; }
span { border-color: rgb(36,63,221); }
td.TdClassName
{
border-color: #243FDD;
}
.TagClassName
{
border-color: #243FDD;
}
</style>