Shades of Ultramarine #262293
Tints of Ultramarine #262293
RGB
CMYK
RGB Variations
Color information
#262293 (or 0x262293) is known color: Ultramarine. HEX triplet: 26, 22 and 93. RGB value is (38,34,147). Sum of RGB (Red+Green+Blue) = 38+34+147=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #262293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262293 is #D9DD6C. Grayscale: #2F2F2F. Windows color (decimal): -14277997 or 9642534. OLE color: 9642534.
HSL color Cylindrical-coordinate representation of color #262293: hue angle of 242.12º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262293 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 34 | 147 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.42 |
| HSL | 242.12º | 0.62% | 0.35% | - |
| HSV(B) | 242.12º | 0.77% | 0.58% | - |
| XYZ | 6.64 | 3.66 | 27.96 | - |
| YUV | 48.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 147 | 0.74 | 0.77 | 0 | 0.42 | 242.12 | 0.62 | 0.35 |
| Hex | 26 | 22 | 93 | 4A | 4D | 0 | 2A | F2 | 3E | 23 |
| Octal | 46 | 42 | 223 | 112 | 115 | 0 | 52 | 362 | 76 | 43 |
| Binary | 100110 | 100010 | 10010011 | 1001010 | 1001101 | 0 | 101010 | 11110010 | 111110 | 100011 |
Color Harmonies of #262293
Complementary color
Monochromatic Colors of #262293
Black with #262293
Text Example
Text Example
White with #262293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262293; }
p { color: rgb(38,34,147); }
H1.HeaderClassName
{
color: #262293;
}
.AnyTagClassName
{
color: #262293;
}
</style>
background-color css
<style>
a { background-color: #262293; }
a { background-color: rgb(38,34,147); }
div.DivClassName
{
background-color: #262293;
}
.BgClassName
{
background-color: #262293;
}
</style>
border-color css
<style>
span { border-color: #262293; }
span { border-color: rgb(38,34,147); }
td.TdClassName
{
border-color: #262293;
}
.TagClassName
{
border-color: #262293;
}
</style>