Shades of Persian Blue #243ABC
Tints of Persian Blue #243ABC
RGB
CMYK
RGB Variations
Color information
#243ABC (or 0x243ABC) is known color: Persian Blue. HEX triplet: 24, 3A and BC. RGB value is (36,58,188). Sum of RGB (Red+Green+Blue) = 36+58+188=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #243ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ABC is #DBC543. Grayscale: #414141. Windows color (decimal): -14402884 or 12335652. OLE color: 12335652.
HSL color Cylindrical-coordinate representation of color #243ABC: hue angle of 231.32º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #243ABC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 58 | 188 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.26 |
| HSL | 231.32º | 0.68% | 0.44% | - |
| HSV(B) | 231.32º | 0.81% | 0.74% | - |
| XYZ | 11.32 | 7.03 | 48.34 | - |
| YUV | 66.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 188 | 0.81 | 0.69 | 0 | 0.26 | 231.32 | 0.68 | 0.44 |
| Hex | 24 | 3A | BC | 51 | 45 | 0 | 1A | E7 | 44 | 2C |
| Octal | 44 | 72 | 274 | 121 | 105 | 0 | 32 | 347 | 104 | 54 |
| Binary | 100100 | 111010 | 10111100 | 1010001 | 1000101 | 0 | 11010 | 11100111 | 1000100 | 101100 |
Color Harmonies of #243ABC
Complementary color
Monochromatic Colors of #243ABC
Black with #243ABC
Text Example
Text Example
White with #243ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243ABC; }
p { color: rgb(36,58,188); }
H1.HeaderClassName
{
color: #243ABC;
}
.AnyTagClassName
{
color: #243ABC;
}
</style>
background-color css
<style>
a { background-color: #243ABC; }
a { background-color: rgb(36,58,188); }
div.DivClassName
{
background-color: #243ABC;
}
.BgClassName
{
background-color: #243ABC;
}
</style>
border-color css
<style>
span { border-color: #243ABC; }
span { border-color: rgb(36,58,188); }
td.TdClassName
{
border-color: #243ABC;
}
.TagClassName
{
border-color: #243ABC;
}
</style>