Shades of Persian Blue #243DCC
Tints of Persian Blue #243DCC
RGB
CMYK
RGB Variations
Color information
#243DCC (or 0x243DCC) is known color: Persian Blue. HEX triplet: 24, 3D and CC. RGB value is (36,61,204). Sum of RGB (Red+Green+Blue) = 36+61+204=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #243DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243DCC is #DBC233. Grayscale: #454545. Windows color (decimal): -14402100 or 13384996. OLE color: 13384996.
HSL color Cylindrical-coordinate representation of color #243DCC: hue angle of 231.07º 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 #243DCC is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 61 | 204 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.2 |
| HSL | 231.07º | 0.7% | 0.47% | - |
| HSV(B) | 231.07º | 0.82% | 0.8% | - |
| XYZ | 13.3 | 8.07 | 57.98 | - |
| YUV | 69.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 61 | 204 | 0.82 | 0.70 | 0 | 0.2 | 231.07 | 0.7 | 0.47 |
| Hex | 24 | 3D | CC | 52 | 46 | 0 | 14 | E7 | 46 | 2F |
| Octal | 44 | 75 | 314 | 122 | 106 | 0 | 24 | 347 | 106 | 57 |
| Binary | 100100 | 111101 | 11001100 | 1010010 | 1000110 | 0 | 10100 | 11100111 | 1000110 | 101111 |
Color Harmonies of #243DCC
Complementary color
Monochromatic Colors of #243DCC
Black with #243DCC
Text Example
Text Example
White with #243DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243DCC; }
p { color: rgb(36,61,204); }
H1.HeaderClassName
{
color: #243DCC;
}
.AnyTagClassName
{
color: #243DCC;
}
</style>
background-color css
<style>
a { background-color: #243DCC; }
a { background-color: rgb(36,61,204); }
div.DivClassName
{
background-color: #243DCC;
}
.BgClassName
{
background-color: #243DCC;
}
</style>
border-color css
<style>
span { border-color: #243DCC; }
span { border-color: rgb(36,61,204); }
td.TdClassName
{
border-color: #243DCC;
}
.TagClassName
{
border-color: #243DCC;
}
</style>