Shades of Persian Blue #243FCF
Tints of Persian Blue #243FCF
RGB
CMYK
RGB Variations
Color information
#243FCF (or 0x243FCF) is known color: Persian Blue. HEX triplet: 24, 3F and CF. RGB value is (36,63,207). Sum of RGB (Red+Green+Blue) = 36+63+207=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #243FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FCF is #DBC030. Grayscale: #464646. Windows color (decimal): -14401585 or 13582116. OLE color: 13582116.
HSL color Cylindrical-coordinate representation of color #243FCF: hue angle of 230.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #243FCF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 63 | 207 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.19 |
| HSL | 230.53º | 0.7% | 0.48% | - |
| HSV(B) | 230.53º | 0.83% | 0.81% | - |
| XYZ | 13.77 | 8.44 | 59.93 | - |
| YUV | 71.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 207 | 0.83 | 0.70 | 0 | 0.19 | 230.53 | 0.7 | 0.48 |
| Hex | 24 | 3F | CF | 53 | 46 | 0 | 13 | E7 | 46 | 30 |
| Octal | 44 | 77 | 317 | 123 | 106 | 0 | 23 | 347 | 106 | 60 |
| Binary | 100100 | 111111 | 11001111 | 1010011 | 1000110 | 0 | 10011 | 11100111 | 1000110 | 110000 |
Color Harmonies of #243FCF
Complementary color
Monochromatic Colors of #243FCF
Black with #243FCF
Text Example
Text Example
White with #243FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FCF; }
p { color: rgb(36,63,207); }
H1.HeaderClassName
{
color: #243FCF;
}
.AnyTagClassName
{
color: #243FCF;
}
</style>
background-color css
<style>
a { background-color: #243FCF; }
a { background-color: rgb(36,63,207); }
div.DivClassName
{
background-color: #243FCF;
}
.BgClassName
{
background-color: #243FCF;
}
</style>
border-color css
<style>
span { border-color: #243FCF; }
span { border-color: rgb(36,63,207); }
td.TdClassName
{
border-color: #243FCF;
}
.TagClassName
{
border-color: #243FCF;
}
</style>