Shades of Ultramarine #242792
Tints of Ultramarine #242792
RGB
CMYK
RGB Variations
Color information
#242792 (or 0x242792) is known color: Ultramarine. HEX triplet: 24, 27 and 92. RGB value is (36,39,146). Sum of RGB (Red+Green+Blue) = 36+39+146=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #242792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242792 is #DBD86D. Grayscale: #313131. Windows color (decimal): -14407790 or 9578276. OLE color: 9578276.
HSL color Cylindrical-coordinate representation of color #242792: hue angle of 238.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242792 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 39 | 146 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.43 |
| HSL | 238.36º | 0.6% | 0.36% | - |
| HSV(B) | 238.36º | 0.75% | 0.57% | - |
| XYZ | 6.64 | 3.9 | 27.6 | - |
| YUV | 50.3 | 182.01 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 146 | 0.75 | 0.73 | 0 | 0.43 | 238.36 | 0.6 | 0.36 |
| Hex | 24 | 27 | 92 | 4B | 49 | 0 | 2B | EE | 3C | 24 |
| Octal | 44 | 47 | 222 | 113 | 111 | 0 | 53 | 356 | 74 | 44 |
| Binary | 100100 | 100111 | 10010010 | 1001011 | 1001001 | 0 | 101011 | 11101110 | 111100 | 100100 |
Color Harmonies of #242792
Complementary color
Monochromatic Colors of #242792
Black with #242792
Text Example
Text Example
White with #242792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242792; }
p { color: rgb(36,39,146); }
H1.HeaderClassName
{
color: #242792;
}
.AnyTagClassName
{
color: #242792;
}
</style>
background-color css
<style>
a { background-color: #242792; }
a { background-color: rgb(36,39,146); }
div.DivClassName
{
background-color: #242792;
}
.BgClassName
{
background-color: #242792;
}
</style>
border-color css
<style>
span { border-color: #242792; }
span { border-color: rgb(36,39,146); }
td.TdClassName
{
border-color: #242792;
}
.TagClassName
{
border-color: #242792;
}
</style>