Shades of Ultramarine #232296
Tints of Ultramarine #232296
RGB
CMYK
RGB Variations
Color information
#232296 (or 0x232296) is known color: Ultramarine. HEX triplet: 23, 22 and 96. RGB value is (35,34,150). Sum of RGB (Red+Green+Blue) = 35+34+150=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #232296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232296 is #DCDD69. Grayscale: #2F2F2F. Windows color (decimal): -14474602 or 9839139. OLE color: 9839139.
HSL color Cylindrical-coordinate representation of color #232296: hue angle of 240.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232296 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 34 | 150 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.41 |
| HSL | 240.52º | 0.63% | 0.36% | - |
| HSV(B) | 240.52º | 0.77% | 0.59% | - |
| XYZ | 6.77 | 3.7 | 29.21 | - |
| YUV | 47.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 150 | 0.77 | 0.77 | 0 | 0.41 | 240.52 | 0.63 | 0.36 |
| Hex | 23 | 22 | 96 | 4D | 4D | 0 | 29 | F1 | 3F | 24 |
| Octal | 43 | 42 | 226 | 115 | 115 | 0 | 51 | 361 | 77 | 44 |
| Binary | 100011 | 100010 | 10010110 | 1001101 | 1001101 | 0 | 101001 | 11110001 | 111111 | 100100 |
Color Harmonies of #232296
Complementary color
Monochromatic Colors of #232296
Black with #232296
Text Example
Text Example
White with #232296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232296; }
p { color: rgb(35,34,150); }
H1.HeaderClassName
{
color: #232296;
}
.AnyTagClassName
{
color: #232296;
}
</style>
background-color css
<style>
a { background-color: #232296; }
a { background-color: rgb(35,34,150); }
div.DivClassName
{
background-color: #232296;
}
.BgClassName
{
background-color: #232296;
}
</style>
border-color css
<style>
span { border-color: #232296; }
span { border-color: rgb(35,34,150); }
td.TdClassName
{
border-color: #232296;
}
.TagClassName
{
border-color: #232296;
}
</style>