Shades of Persian Blue #243FCD
Tints of Persian Blue #243FCD
RGB
CMYK
RGB Variations
Color information
#243FCD (or 0x243FCD) is known color: Persian Blue. HEX triplet: 24, 3F and CD. RGB value is (36,63,205). Sum of RGB (Red+Green+Blue) = 36+63+205=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #243FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FCD is #DBC032. Grayscale: #464646. Windows color (decimal): -14401587 or 13451044. OLE color: 13451044.
HSL color Cylindrical-coordinate representation of color #243FCD: hue angle of 230.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243FCD is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 63 | 205 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.20 |
| HSL | 230.41º | 0.7% | 0.47% | - |
| HSV(B) | 230.41º | 0.82% | 0.8% | - |
| XYZ | 13.52 | 8.34 | 58.65 | - |
| YUV | 71.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 205 | 0.82 | 0.69 | 0 | 0.20 | 230.41 | 0.7 | 0.47 |
| Hex | 24 | 3F | CD | 52 | 45 | 0 | 14 | E6 | 46 | 2F |
| Octal | 44 | 77 | 315 | 122 | 105 | 0 | 24 | 346 | 106 | 57 |
| Binary | 100100 | 111111 | 11001101 | 1010010 | 1000101 | 0 | 10100 | 11100110 | 1000110 | 101111 |
Color Harmonies of #243FCD
Complementary color
Monochromatic Colors of #243FCD
Black with #243FCD
Text Example
Text Example
White with #243FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FCD; }
p { color: rgb(36,63,205); }
H1.HeaderClassName
{
color: #243FCD;
}
.AnyTagClassName
{
color: #243FCD;
}
</style>
background-color css
<style>
a { background-color: #243FCD; }
a { background-color: rgb(36,63,205); }
div.DivClassName
{
background-color: #243FCD;
}
.BgClassName
{
background-color: #243FCD;
}
</style>
border-color css
<style>
span { border-color: #243FCD; }
span { border-color: rgb(36,63,205); }
td.TdClassName
{
border-color: #243FCD;
}
.TagClassName
{
border-color: #243FCD;
}
</style>