Shades of Persian Blue #243FC5
Tints of Persian Blue #243FC5
RGB
CMYK
RGB Variations
Color information
#243FC5 (or 0x243FC5) is known color: Persian Blue. HEX triplet: 24, 3F and C5. RGB value is (36,63,197). Sum of RGB (Red+Green+Blue) = 36+63+197=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #243FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FC5 is #DBC03A. Grayscale: #454545. Windows color (decimal): -14401595 or 12926756. OLE color: 12926756.
HSL color Cylindrical-coordinate representation of color #243FC5: hue angle of 229.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243FC5 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 63 | 197 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.23 |
| HSL | 229.94º | 0.69% | 0.46% | - |
| HSV(B) | 229.94º | 0.82% | 0.77% | - |
| XYZ | 12.58 | 7.96 | 53.7 | - |
| YUV | 70.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 197 | 0.82 | 0.68 | 0 | 0.23 | 229.94 | 0.69 | 0.46 |
| Hex | 24 | 3F | C5 | 52 | 44 | 0 | 17 | E6 | 45 | 2E |
| Octal | 44 | 77 | 305 | 122 | 104 | 0 | 27 | 346 | 105 | 56 |
| Binary | 100100 | 111111 | 11000101 | 1010010 | 1000100 | 0 | 10111 | 11100110 | 1000101 | 101110 |
Color Harmonies of #243FC5
Complementary color
Monochromatic Colors of #243FC5
Black with #243FC5
Text Example
Text Example
White with #243FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FC5; }
p { color: rgb(36,63,197); }
H1.HeaderClassName
{
color: #243FC5;
}
.AnyTagClassName
{
color: #243FC5;
}
</style>
background-color css
<style>
a { background-color: #243FC5; }
a { background-color: rgb(36,63,197); }
div.DivClassName
{
background-color: #243FC5;
}
.BgClassName
{
background-color: #243FC5;
}
</style>
border-color css
<style>
span { border-color: #243FC5; }
span { border-color: rgb(36,63,197); }
td.TdClassName
{
border-color: #243FC5;
}
.TagClassName
{
border-color: #243FC5;
}
</style>