Shades of Ultramarine #25228E
Tints of Ultramarine #25228E
RGB
CMYK
RGB Variations
Color information
#25228E (or 0x25228E) is known color: Ultramarine. HEX triplet: 25, 22 and 8E. RGB value is (37,34,142). Sum of RGB (Red+Green+Blue) = 37+34+142=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #25228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25228E is #DADD71. Grayscale: #2E2E2E. Windows color (decimal): -14343538 or 9314853. OLE color: 9314853.
HSL color Cylindrical-coordinate representation of color #25228E: hue angle of 241.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25228E is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 34 | 142 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.44 |
| HSL | 241.67º | 0.61% | 0.35% | - |
| HSV(B) | 241.67º | 0.76% | 0.56% | - |
| XYZ | 6.22 | 3.49 | 25.94 | - |
| YUV | 47.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 142 | 0.74 | 0.76 | 0 | 0.44 | 241.67 | 0.61 | 0.35 |
| Hex | 25 | 22 | 8E | 4A | 4C | 0 | 2C | F2 | 3D | 23 |
| Octal | 45 | 42 | 216 | 112 | 114 | 0 | 54 | 362 | 75 | 43 |
| Binary | 100101 | 100010 | 10001110 | 1001010 | 1001100 | 0 | 101100 | 11110010 | 111101 | 100011 |
Color Harmonies of #25228E
Complementary color
Monochromatic Colors of #25228E
Black with #25228E
Text Example
Text Example
White with #25228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25228E; }
p { color: rgb(37,34,142); }
H1.HeaderClassName
{
color: #25228E;
}
.AnyTagClassName
{
color: #25228E;
}
</style>
background-color css
<style>
a { background-color: #25228E; }
a { background-color: rgb(37,34,142); }
div.DivClassName
{
background-color: #25228E;
}
.BgClassName
{
background-color: #25228E;
}
</style>
border-color css
<style>
span { border-color: #25228E; }
span { border-color: rgb(37,34,142); }
td.TdClassName
{
border-color: #25228E;
}
.TagClassName
{
border-color: #25228E;
}
</style>