Shades of Persian Blue #243FC0
Tints of Persian Blue #243FC0
RGB
CMYK
RGB Variations
Color information
#243FC0 (or 0x243FC0) is known color: Persian Blue. HEX triplet: 24, 3F and C0. RGB value is (36,63,192). Sum of RGB (Red+Green+Blue) = 36+63+192=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #243FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FC0 is #DBC03F. Grayscale: #454545. Windows color (decimal): -14401600 or 12599076. OLE color: 12599076.
HSL color Cylindrical-coordinate representation of color #243FC0: hue angle of 229.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243FC0 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 63 | 192 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.25 |
| HSL | 229.62º | 0.68% | 0.45% | - |
| HSV(B) | 229.62º | 0.81% | 0.75% | - |
| XYZ | 12.02 | 7.74 | 50.73 | - |
| YUV | 69.63 | 197.05 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 192 | 0.81 | 0.67 | 0 | 0.25 | 229.62 | 0.68 | 0.45 |
| Hex | 24 | 3F | C0 | 51 | 43 | 0 | 19 | E6 | 44 | 2D |
| Octal | 44 | 77 | 300 | 121 | 103 | 0 | 31 | 346 | 104 | 55 |
| Binary | 100100 | 111111 | 11000000 | 1010001 | 1000011 | 0 | 11001 | 11100110 | 1000100 | 101101 |
Color Harmonies of #243FC0
Complementary color
Monochromatic Colors of #243FC0
Black with #243FC0
Text Example
Text Example
White with #243FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FC0; }
p { color: rgb(36,63,192); }
H1.HeaderClassName
{
color: #243FC0;
}
.AnyTagClassName
{
color: #243FC0;
}
</style>
background-color css
<style>
a { background-color: #243FC0; }
a { background-color: rgb(36,63,192); }
div.DivClassName
{
background-color: #243FC0;
}
.BgClassName
{
background-color: #243FC0;
}
</style>
border-color css
<style>
span { border-color: #243FC0; }
span { border-color: rgb(36,63,192); }
td.TdClassName
{
border-color: #243FC0;
}
.TagClassName
{
border-color: #243FC0;
}
</style>