Shades of Ultramarine #26229A
Tints of Ultramarine #26229A
RGB
CMYK
RGB Variations
Color information
#26229A (or 0x26229A) is known color: Ultramarine. HEX triplet: 26, 22 and 9A. RGB value is (38,34,154). Sum of RGB (Red+Green+Blue) = 38+34+154=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #26229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26229A is #D9DD65. Grayscale: #303030. Windows color (decimal): -14277990 or 10101286. OLE color: 10101286.
HSL color Cylindrical-coordinate representation of color #26229A: hue angle of 242º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26229A is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 34 | 154 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.40 |
| HSL | 242º | 0.64% | 0.37% | - |
| HSV(B) | 242º | 0.78% | 0.6% | - |
| XYZ | 7.2 | 3.89 | 30.94 | - |
| YUV | 48.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 154 | 0.75 | 0.78 | 0 | 0.40 | 242 | 0.64 | 0.37 |
| Hex | 26 | 22 | 9A | 4B | 4E | 0 | 28 | F2 | 40 | 25 |
| Octal | 46 | 42 | 232 | 113 | 116 | 0 | 50 | 362 | 100 | 45 |
| Binary | 100110 | 100010 | 10011010 | 1001011 | 1001110 | 0 | 101000 | 11110010 | 1000000 | 100101 |
Color Harmonies of #26229A
Complementary color
Monochromatic Colors of #26229A
Black with #26229A
Text Example
Text Example
White with #26229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26229A; }
p { color: rgb(38,34,154); }
H1.HeaderClassName
{
color: #26229A;
}
.AnyTagClassName
{
color: #26229A;
}
</style>
background-color css
<style>
a { background-color: #26229A; }
a { background-color: rgb(38,34,154); }
div.DivClassName
{
background-color: #26229A;
}
.BgClassName
{
background-color: #26229A;
}
</style>
border-color css
<style>
span { border-color: #26229A; }
span { border-color: rgb(38,34,154); }
td.TdClassName
{
border-color: #26229A;
}
.TagClassName
{
border-color: #26229A;
}
</style>