Shades of Persian Blue #243BCC
Tints of Persian Blue #243BCC
RGB
CMYK
RGB Variations
Color information
#243BCC (or 0x243BCC) is known color: Persian Blue. HEX triplet: 24, 3B and CC. RGB value is (36,59,204). Sum of RGB (Red+Green+Blue) = 36+59+204=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #243BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BCC is #DBC433. Grayscale: #444444. Windows color (decimal): -14402612 or 13384484. OLE color: 13384484.
HSL color Cylindrical-coordinate representation of color #243BCC: hue angle of 231.79º 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 #243BCC is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 59 | 204 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.2 |
| HSL | 231.79º | 0.7% | 0.47% | - |
| HSV(B) | 231.79º | 0.82% | 0.8% | - |
| XYZ | 13.19 | 7.86 | 57.95 | - |
| YUV | 68.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 204 | 0.82 | 0.71 | 0 | 0.2 | 231.79 | 0.7 | 0.47 |
| Hex | 24 | 3B | CC | 52 | 47 | 0 | 14 | E8 | 46 | 2F |
| Octal | 44 | 73 | 314 | 122 | 107 | 0 | 24 | 350 | 106 | 57 |
| Binary | 100100 | 111011 | 11001100 | 1010010 | 1000111 | 0 | 10100 | 11101000 | 1000110 | 101111 |
Color Harmonies of #243BCC
Complementary color
Monochromatic Colors of #243BCC
Black with #243BCC
Text Example
Text Example
White with #243BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BCC; }
p { color: rgb(36,59,204); }
H1.HeaderClassName
{
color: #243BCC;
}
.AnyTagClassName
{
color: #243BCC;
}
</style>
background-color css
<style>
a { background-color: #243BCC; }
a { background-color: rgb(36,59,204); }
div.DivClassName
{
background-color: #243BCC;
}
.BgClassName
{
background-color: #243BCC;
}
</style>
border-color css
<style>
span { border-color: #243BCC; }
span { border-color: rgb(36,59,204); }
td.TdClassName
{
border-color: #243BCC;
}
.TagClassName
{
border-color: #243BCC;
}
</style>