Shades of Persian Blue #242ABB
Tints of Persian Blue #242ABB
RGB
CMYK
RGB Variations
Color information
#242ABB (or 0x242ABB) is known color: Persian Blue. HEX triplet: 24, 2A and BB. RGB value is (36,42,187). Sum of RGB (Red+Green+Blue) = 36+42+187=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #242ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ABB is #DBD544. Grayscale: #383838. Windows color (decimal): -14406981 or 12266020. OLE color: 12266020.
HSL color Cylindrical-coordinate representation of color #242ABB: hue angle of 237.62º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242ABB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 42 | 187 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.27 |
| HSL | 237.62º | 0.68% | 0.44% | - |
| HSV(B) | 237.62º | 0.81% | 0.73% | - |
| XYZ | 10.53 | 5.62 | 47.54 | - |
| YUV | 56.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 187 | 0.81 | 0.78 | 0 | 0.27 | 237.62 | 0.68 | 0.44 |
| Hex | 24 | 2A | BB | 51 | 4E | 0 | 1B | EE | 44 | 2C |
| Octal | 44 | 52 | 273 | 121 | 116 | 0 | 33 | 356 | 104 | 54 |
| Binary | 100100 | 101010 | 10111011 | 1010001 | 1001110 | 0 | 11011 | 11101110 | 1000100 | 101100 |
Color Harmonies of #242ABB
Complementary color
Monochromatic Colors of #242ABB
Black with #242ABB
Text Example
Text Example
White with #242ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242ABB; }
p { color: rgb(36,42,187); }
H1.HeaderClassName
{
color: #242ABB;
}
.AnyTagClassName
{
color: #242ABB;
}
</style>
background-color css
<style>
a { background-color: #242ABB; }
a { background-color: rgb(36,42,187); }
div.DivClassName
{
background-color: #242ABB;
}
.BgClassName
{
background-color: #242ABB;
}
</style>
border-color css
<style>
span { border-color: #242ABB; }
span { border-color: rgb(36,42,187); }
td.TdClassName
{
border-color: #242ABB;
}
.TagClassName
{
border-color: #242ABB;
}
</style>