Shades of Persian Blue #242BE9
Tints of Persian Blue #242BE9
RGB
CMYK
RGB Variations
Color information
#242BE9 (or 0x242BE9) is known color: Persian Blue. HEX triplet: 24, 2B and E9. RGB value is (36,43,233). Sum of RGB (Red+Green+Blue) = 36+43+233=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #242BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242BE9 is #DBD416. Grayscale: #3D3D3D. Windows color (decimal): -14406679 or 15280932. OLE color: 15280932.
HSL color Cylindrical-coordinate representation of color #242BE9: hue angle of 237.87º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242BE9 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 43 | 233 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.09 |
| HSL | 237.87º | 0.82% | 0.53% | - |
| HSV(B) | 237.87º | 0.85% | 0.91% | - |
| XYZ | 16.3 | 7.99 | 77.77 | - |
| YUV | 62.57 | 224.18 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 233 | 0.85 | 0.82 | 0 | 0.09 | 237.87 | 0.82 | 0.53 |
| Hex | 24 | 2B | E9 | 55 | 52 | 0 | 9 | EE | 52 | 35 |
| Octal | 44 | 53 | 351 | 125 | 122 | 0 | 11 | 356 | 122 | 65 |
| Binary | 100100 | 101011 | 11101001 | 1010101 | 1010010 | 0 | 1001 | 11101110 | 1010010 | 110101 |
Color Harmonies of #242BE9
Complementary color
Monochromatic Colors of #242BE9
Black with #242BE9
Text Example
Text Example
White with #242BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BE9; }
p { color: rgb(36,43,233); }
H1.HeaderClassName
{
color: #242BE9;
}
.AnyTagClassName
{
color: #242BE9;
}
</style>
background-color css
<style>
a { background-color: #242BE9; }
a { background-color: rgb(36,43,233); }
div.DivClassName
{
background-color: #242BE9;
}
.BgClassName
{
background-color: #242BE9;
}
</style>
border-color css
<style>
span { border-color: #242BE9; }
span { border-color: rgb(36,43,233); }
td.TdClassName
{
border-color: #242BE9;
}
.TagClassName
{
border-color: #242BE9;
}
</style>