Shades of Persian Blue #243BC3
Tints of Persian Blue #243BC3
RGB
CMYK
RGB Variations
Color information
#243BC3 (or 0x243BC3) is known color: Persian Blue. HEX triplet: 24, 3B and C3. RGB value is (36,59,195). Sum of RGB (Red+Green+Blue) = 36+59+195=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #243BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BC3 is #DBC43C. Grayscale: #434343. Windows color (decimal): -14402621 or 12794660. OLE color: 12794660.
HSL color Cylindrical-coordinate representation of color #243BC3: hue angle of 231.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #243BC3 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 59 | 195 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.24 |
| HSL | 231.32º | 0.69% | 0.45% | - |
| HSV(B) | 231.32º | 0.82% | 0.76% | - |
| XYZ | 12.14 | 7.44 | 52.43 | - |
| YUV | 67.63 | 199.88 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 195 | 0.82 | 0.70 | 0 | 0.24 | 231.32 | 0.69 | 0.45 |
| Hex | 24 | 3B | C3 | 52 | 46 | 0 | 18 | E7 | 45 | 2D |
| Octal | 44 | 73 | 303 | 122 | 106 | 0 | 30 | 347 | 105 | 55 |
| Binary | 100100 | 111011 | 11000011 | 1010010 | 1000110 | 0 | 11000 | 11100111 | 1000101 | 101101 |
Color Harmonies of #243BC3
Complementary color
Monochromatic Colors of #243BC3
Black with #243BC3
Text Example
Text Example
White with #243BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BC3; }
p { color: rgb(36,59,195); }
H1.HeaderClassName
{
color: #243BC3;
}
.AnyTagClassName
{
color: #243BC3;
}
</style>
background-color css
<style>
a { background-color: #243BC3; }
a { background-color: rgb(36,59,195); }
div.DivClassName
{
background-color: #243BC3;
}
.BgClassName
{
background-color: #243BC3;
}
</style>
border-color css
<style>
span { border-color: #243BC3; }
span { border-color: rgb(36,59,195); }
td.TdClassName
{
border-color: #243BC3;
}
.TagClassName
{
border-color: #243BC3;
}
</style>