Shades of Persian Blue #242EB2
Tints of Persian Blue #242EB2
RGB
CMYK
RGB Variations
Color information
#242EB2 (or 0x242EB2) is known color: Persian Blue. HEX triplet: 24, 2E and B2. RGB value is (36,46,178). Sum of RGB (Red+Green+Blue) = 36+46+178=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #242EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242EB2 is #DBD14D. Grayscale: #393939. Windows color (decimal): -14405966 or 11677220. OLE color: 11677220.
HSL color Cylindrical-coordinate representation of color #242EB2: hue angle of 235.77º degrees, saturation: 0.66, 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 #242EB2 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 46 | 178 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.30 |
| HSL | 235.77º | 0.66% | 0.42% | - |
| HSV(B) | 235.77º | 0.8% | 0.7% | - |
| XYZ | 9.74 | 5.54 | 42.68 | - |
| YUV | 58.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 178 | 0.80 | 0.74 | 0 | 0.30 | 235.77 | 0.66 | 0.42 |
| Hex | 24 | 2E | B2 | 50 | 4A | 0 | 1E | EC | 42 | 2A |
| Octal | 44 | 56 | 262 | 120 | 112 | 0 | 36 | 354 | 102 | 52 |
| Binary | 100100 | 101110 | 10110010 | 1010000 | 1001010 | 0 | 11110 | 11101100 | 1000010 | 101010 |
Color Harmonies of #242EB2
Complementary color
Monochromatic Colors of #242EB2
Black with #242EB2
Text Example
Text Example
White with #242EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EB2; }
p { color: rgb(36,46,178); }
H1.HeaderClassName
{
color: #242EB2;
}
.AnyTagClassName
{
color: #242EB2;
}
</style>
background-color css
<style>
a { background-color: #242EB2; }
a { background-color: rgb(36,46,178); }
div.DivClassName
{
background-color: #242EB2;
}
.BgClassName
{
background-color: #242EB2;
}
</style>
border-color css
<style>
span { border-color: #242EB2; }
span { border-color: rgb(36,46,178); }
td.TdClassName
{
border-color: #242EB2;
}
.TagClassName
{
border-color: #242EB2;
}
</style>