Shades of Persian Blue #243AB4
Tints of Persian Blue #243AB4
RGB
CMYK
RGB Variations
Color information
#243AB4 (or 0x243AB4) is known color: Persian Blue. HEX triplet: 24, 3A and B4. RGB value is (36,58,180). Sum of RGB (Red+Green+Blue) = 36+58+180=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #243AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243AB4 is #DBC54B. Grayscale: #404040. Windows color (decimal): -14402892 or 11811364. OLE color: 11811364.
HSL color Cylindrical-coordinate representation of color #243AB4: hue angle of 230.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243AB4 is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 58 | 180 | - |
| CMYK | 0.8 | 0.68 | 0 | 0.29 |
| HSL | 230.83º | 0.67% | 0.42% | - |
| HSV(B) | 230.83º | 0.8% | 0.71% | - |
| XYZ | 10.48 | 6.7 | 43.92 | - |
| YUV | 65.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 180 | 0.8 | 0.68 | 0 | 0.29 | 230.83 | 0.67 | 0.42 |
| Hex | 24 | 3A | B4 | 50 | 44 | 0 | 1D | E7 | 43 | 2A |
| Octal | 44 | 72 | 264 | 120 | 104 | 0 | 35 | 347 | 103 | 52 |
| Binary | 100100 | 111010 | 10110100 | 1010000 | 1000100 | 0 | 11101 | 11100111 | 1000011 | 101010 |
Color Harmonies of #243AB4
Complementary color
Monochromatic Colors of #243AB4
Black with #243AB4
Text Example
Text Example
White with #243AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243AB4; }
p { color: rgb(36,58,180); }
H1.HeaderClassName
{
color: #243AB4;
}
.AnyTagClassName
{
color: #243AB4;
}
</style>
background-color css
<style>
a { background-color: #243AB4; }
a { background-color: rgb(36,58,180); }
div.DivClassName
{
background-color: #243AB4;
}
.BgClassName
{
background-color: #243AB4;
}
</style>
border-color css
<style>
span { border-color: #243AB4; }
span { border-color: rgb(36,58,180); }
td.TdClassName
{
border-color: #243AB4;
}
.TagClassName
{
border-color: #243AB4;
}
</style>