Shades of Persian Blue #242FB0
Tints of Persian Blue #242FB0
RGB
CMYK
RGB Variations
Color information
#242FB0 (or 0x242FB0) is known color: Persian Blue. HEX triplet: 24, 2F and B0. RGB value is (36,47,176). Sum of RGB (Red+Green+Blue) = 36+47+176=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #242FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242FB0 is #DBD04F. Grayscale: #393939. Windows color (decimal): -14405712 or 11546404. OLE color: 11546404.
HSL color Cylindrical-coordinate representation of color #242FB0: hue angle of 235.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242FB0 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 47 | 176 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.31 |
| HSL | 235.29º | 0.66% | 0.42% | - |
| HSV(B) | 235.29º | 0.8% | 0.69% | - |
| XYZ | 9.58 | 5.54 | 41.64 | - |
| YUV | 58.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 176 | 0.80 | 0.73 | 0 | 0.31 | 235.29 | 0.66 | 0.42 |
| Hex | 24 | 2F | B0 | 50 | 49 | 0 | 1F | EB | 42 | 2A |
| Octal | 44 | 57 | 260 | 120 | 111 | 0 | 37 | 353 | 102 | 52 |
| Binary | 100100 | 101111 | 10110000 | 1010000 | 1001001 | 0 | 11111 | 11101011 | 1000010 | 101010 |
Color Harmonies of #242FB0
Complementary color
Monochromatic Colors of #242FB0
Black with #242FB0
Text Example
Text Example
White with #242FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FB0; }
p { color: rgb(36,47,176); }
H1.HeaderClassName
{
color: #242FB0;
}
.AnyTagClassName
{
color: #242FB0;
}
</style>
background-color css
<style>
a { background-color: #242FB0; }
a { background-color: rgb(36,47,176); }
div.DivClassName
{
background-color: #242FB0;
}
.BgClassName
{
background-color: #242FB0;
}
</style>
border-color css
<style>
span { border-color: #242FB0; }
span { border-color: rgb(36,47,176); }
td.TdClassName
{
border-color: #242FB0;
}
.TagClassName
{
border-color: #242FB0;
}
</style>