Shades of Ultramarine #232192
Tints of Ultramarine #232192
RGB
CMYK
RGB Variations
Color information
#232192 (or 0x232192) is known color: Ultramarine. HEX triplet: 23, 21 and 92. RGB value is (35,33,146). Sum of RGB (Red+Green+Blue) = 35+33+146=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #232192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232192 is #DCDE6D. Grayscale: #2E2E2E. Windows color (decimal): -14474862 or 9576739. OLE color: 9576739.
HSL color Cylindrical-coordinate representation of color #232192: hue angle of 241.06º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232192 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 33 | 146 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.43 |
| HSL | 241.06º | 0.63% | 0.35% | - |
| HSV(B) | 241.06º | 0.77% | 0.57% | - |
| XYZ | 6.43 | 3.52 | 27.53 | - |
| YUV | 46.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 146 | 0.76 | 0.77 | 0 | 0.43 | 241.06 | 0.63 | 0.35 |
| Hex | 23 | 21 | 92 | 4C | 4D | 0 | 2B | F1 | 3F | 23 |
| Octal | 43 | 41 | 222 | 114 | 115 | 0 | 53 | 361 | 77 | 43 |
| Binary | 100011 | 100001 | 10010010 | 1001100 | 1001101 | 0 | 101011 | 11110001 | 111111 | 100011 |
Color Harmonies of #232192
Complementary color
Monochromatic Colors of #232192
Black with #232192
Text Example
Text Example
White with #232192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232192; }
p { color: rgb(35,33,146); }
H1.HeaderClassName
{
color: #232192;
}
.AnyTagClassName
{
color: #232192;
}
</style>
background-color css
<style>
a { background-color: #232192; }
a { background-color: rgb(35,33,146); }
div.DivClassName
{
background-color: #232192;
}
.BgClassName
{
background-color: #232192;
}
</style>
border-color css
<style>
span { border-color: #232192; }
span { border-color: rgb(35,33,146); }
td.TdClassName
{
border-color: #232192;
}
.TagClassName
{
border-color: #232192;
}
</style>