Shades of Persian Blue #243FCC
Tints of Persian Blue #243FCC
RGB
CMYK
RGB Variations
Color information
#243FCC (or 0x243FCC) is known color: Persian Blue. HEX triplet: 24, 3F and CC. RGB value is (36,63,204). Sum of RGB (Red+Green+Blue) = 36+63+204=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #243FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FCC is #DBC033. Grayscale: #464646. Windows color (decimal): -14401588 or 13385508. OLE color: 13385508.
HSL color Cylindrical-coordinate representation of color #243FCC: hue angle of 230.36º 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 #243FCC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 63 | 204 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.2 |
| HSL | 230.36º | 0.7% | 0.47% | - |
| HSV(B) | 230.36º | 0.82% | 0.8% | - |
| XYZ | 13.4 | 8.29 | 58.02 | - |
| YUV | 71 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 204 | 0.82 | 0.69 | 0 | 0.2 | 230.36 | 0.7 | 0.47 |
| Hex | 24 | 3F | CC | 52 | 45 | 0 | 14 | E6 | 46 | 2F |
| Octal | 44 | 77 | 314 | 122 | 105 | 0 | 24 | 346 | 106 | 57 |
| Binary | 100100 | 111111 | 11001100 | 1010010 | 1000101 | 0 | 10100 | 11100110 | 1000110 | 101111 |
Color Harmonies of #243FCC
Complementary color
Monochromatic Colors of #243FCC
Black with #243FCC
Text Example
Text Example
White with #243FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FCC; }
p { color: rgb(36,63,204); }
H1.HeaderClassName
{
color: #243FCC;
}
.AnyTagClassName
{
color: #243FCC;
}
</style>
background-color css
<style>
a { background-color: #243FCC; }
a { background-color: rgb(36,63,204); }
div.DivClassName
{
background-color: #243FCC;
}
.BgClassName
{
background-color: #243FCC;
}
</style>
border-color css
<style>
span { border-color: #243FCC; }
span { border-color: rgb(36,63,204); }
td.TdClassName
{
border-color: #243FCC;
}
.TagClassName
{
border-color: #243FCC;
}
</style>