Shades of Persian Blue #243AB3
Tints of Persian Blue #243AB3
RGB
CMYK
RGB Variations
Color information
#243AB3 (or 0x243AB3) is known color: Persian Blue. HEX triplet: 24, 3A and B3. RGB value is (36,58,179). Sum of RGB (Red+Green+Blue) = 36+58+179=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #243AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243AB3 is #DBC54C. Grayscale: #404040. Windows color (decimal): -14402893 or 11745828. OLE color: 11745828.
HSL color Cylindrical-coordinate representation of color #243AB3: hue angle of 230.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243AB3 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 58 | 179 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.30 |
| HSL | 230.77º | 0.67% | 0.42% | - |
| HSV(B) | 230.77º | 0.8% | 0.7% | - |
| XYZ | 10.38 | 6.66 | 43.39 | - |
| YUV | 65.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 179 | 0.80 | 0.68 | 0 | 0.30 | 230.77 | 0.67 | 0.42 |
| Hex | 24 | 3A | B3 | 50 | 44 | 0 | 1E | E7 | 43 | 2A |
| Octal | 44 | 72 | 263 | 120 | 104 | 0 | 36 | 347 | 103 | 52 |
| Binary | 100100 | 111010 | 10110011 | 1010000 | 1000100 | 0 | 11110 | 11100111 | 1000011 | 101010 |
Color Harmonies of #243AB3
Complementary color
Monochromatic Colors of #243AB3
Black with #243AB3
Text Example
Text Example
White with #243AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243AB3; }
p { color: rgb(36,58,179); }
H1.HeaderClassName
{
color: #243AB3;
}
.AnyTagClassName
{
color: #243AB3;
}
</style>
background-color css
<style>
a { background-color: #243AB3; }
a { background-color: rgb(36,58,179); }
div.DivClassName
{
background-color: #243AB3;
}
.BgClassName
{
background-color: #243AB3;
}
</style>
border-color css
<style>
span { border-color: #243AB3; }
span { border-color: rgb(36,58,179); }
td.TdClassName
{
border-color: #243AB3;
}
.TagClassName
{
border-color: #243AB3;
}
</style>