Shades of Persian Blue #243FB4
Tints of Persian Blue #243FB4
RGB
CMYK
RGB Variations
Color information
#243FB4 (or 0x243FB4) is known color: Persian Blue. HEX triplet: 24, 3F and B4. RGB value is (36,63,180). Sum of RGB (Red+Green+Blue) = 36+63+180=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #243FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FB4 is #DBC04B. Grayscale: #434343. Windows color (decimal): -14401612 or 11812644. OLE color: 11812644.
HSL color Cylindrical-coordinate representation of color #243FB4: hue angle of 228.75º 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 #243FB4 is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 63 | 180 | - |
| CMYK | 0.8 | 0.65 | 0 | 0.29 |
| HSL | 228.75º | 0.67% | 0.42% | - |
| HSV(B) | 228.75º | 0.8% | 0.71% | - |
| XYZ | 10.74 | 7.23 | 44.01 | - |
| YUV | 68.27 | 191.05 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 180 | 0.8 | 0.65 | 0 | 0.29 | 228.75 | 0.67 | 0.42 |
| Hex | 24 | 3F | B4 | 50 | 41 | 0 | 1D | E5 | 43 | 2A |
| Octal | 44 | 77 | 264 | 120 | 101 | 0 | 35 | 345 | 103 | 52 |
| Binary | 100100 | 111111 | 10110100 | 1010000 | 1000001 | 0 | 11101 | 11100101 | 1000011 | 101010 |
Color Harmonies of #243FB4
Complementary color
Monochromatic Colors of #243FB4
Black with #243FB4
Text Example
Text Example
White with #243FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FB4; }
p { color: rgb(36,63,180); }
H1.HeaderClassName
{
color: #243FB4;
}
.AnyTagClassName
{
color: #243FB4;
}
</style>
background-color css
<style>
a { background-color: #243FB4; }
a { background-color: rgb(36,63,180); }
div.DivClassName
{
background-color: #243FB4;
}
.BgClassName
{
background-color: #243FB4;
}
</style>
border-color css
<style>
span { border-color: #243FB4; }
span { border-color: rgb(36,63,180); }
td.TdClassName
{
border-color: #243FB4;
}
.TagClassName
{
border-color: #243FB4;
}
</style>