Shades of Persian Blue #243FAA
Tints of Persian Blue #243FAA
RGB
CMYK
RGB Variations
Color information
#243FAA (or 0x243FAA) is known color: Persian Blue. HEX triplet: 24, 3F and AA. RGB value is (36,63,170). Sum of RGB (Red+Green+Blue) = 36+63+170=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #243FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FAA is #DBC055. Grayscale: #424242. Windows color (decimal): -14401622 or 11157284. OLE color: 11157284.
HSL color Cylindrical-coordinate representation of color #243FAA: hue angle of 227.91º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243FAA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 63 | 170 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.33 |
| HSL | 227.91º | 0.65% | 0.4% | - |
| HSV(B) | 227.91º | 0.79% | 0.67% | - |
| XYZ | 9.76 | 6.83 | 38.83 | - |
| YUV | 67.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 170 | 0.79 | 0.63 | 0 | 0.33 | 227.91 | 0.65 | 0.4 |
| Hex | 24 | 3F | AA | 4F | 3F | 0 | 21 | E4 | 41 | 28 |
| Octal | 44 | 77 | 252 | 117 | 77 | 0 | 41 | 344 | 101 | 50 |
| Binary | 100100 | 111111 | 10101010 | 1001111 | 111111 | 0 | 100001 | 11100100 | 1000001 | 101000 |
Color Harmonies of #243FAA
Complementary color
Monochromatic Colors of #243FAA
Black with #243FAA
Text Example
Text Example
White with #243FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FAA; }
p { color: rgb(36,63,170); }
H1.HeaderClassName
{
color: #243FAA;
}
.AnyTagClassName
{
color: #243FAA;
}
</style>
background-color css
<style>
a { background-color: #243FAA; }
a { background-color: rgb(36,63,170); }
div.DivClassName
{
background-color: #243FAA;
}
.BgClassName
{
background-color: #243FAA;
}
</style>
border-color css
<style>
span { border-color: #243FAA; }
span { border-color: rgb(36,63,170); }
td.TdClassName
{
border-color: #243FAA;
}
.TagClassName
{
border-color: #243FAA;
}
</style>