Shades of Persian Blue #243BAA
Tints of Persian Blue #243BAA
RGB
CMYK
RGB Variations
Color information
#243BAA (or 0x243BAA) is known color: Persian Blue. HEX triplet: 24, 3B and AA. RGB value is (36,59,170). Sum of RGB (Red+Green+Blue) = 36+59+170=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #243BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BAA is #DBC455. Grayscale: #404040. Windows color (decimal): -14402646 or 11156260. OLE color: 11156260.
HSL color Cylindrical-coordinate representation of color #243BAA: hue angle of 229.7º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243BAA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 59 | 170 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.33 |
| HSL | 229.7º | 0.65% | 0.4% | - |
| HSV(B) | 229.7º | 0.79% | 0.67% | - |
| XYZ | 9.55 | 6.41 | 38.76 | - |
| YUV | 64.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 170 | 0.79 | 0.65 | 0 | 0.33 | 229.7 | 0.65 | 0.4 |
| Hex | 24 | 3B | AA | 4F | 41 | 0 | 21 | E6 | 41 | 28 |
| Octal | 44 | 73 | 252 | 117 | 101 | 0 | 41 | 346 | 101 | 50 |
| Binary | 100100 | 111011 | 10101010 | 1001111 | 1000001 | 0 | 100001 | 11100110 | 1000001 | 101000 |
Color Harmonies of #243BAA
Complementary color
Monochromatic Colors of #243BAA
Black with #243BAA
Text Example
Text Example
White with #243BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BAA; }
p { color: rgb(36,59,170); }
H1.HeaderClassName
{
color: #243BAA;
}
.AnyTagClassName
{
color: #243BAA;
}
</style>
background-color css
<style>
a { background-color: #243BAA; }
a { background-color: rgb(36,59,170); }
div.DivClassName
{
background-color: #243BAA;
}
.BgClassName
{
background-color: #243BAA;
}
</style>
border-color css
<style>
span { border-color: #243BAA; }
span { border-color: rgb(36,59,170); }
td.TdClassName
{
border-color: #243BAA;
}
.TagClassName
{
border-color: #243BAA;
}
</style>