Shades of Ultramarine #232392
Tints of Ultramarine #232392
RGB
CMYK
RGB Variations
Color information
#232392 (or 0x232392) is known color: Ultramarine. HEX triplet: 23, 23 and 92. RGB value is (35,35,146). Sum of RGB (Red+Green+Blue) = 35+35+146=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #232392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232392 is #DCDC6D. Grayscale: #2F2F2F. Windows color (decimal): -14474350 or 9577251. OLE color: 9577251.
HSL color Cylindrical-coordinate representation of color #232392: hue angle of 240º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232392 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 35 | 146 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.43 |
| HSL | 240º | 0.61% | 0.35% | - |
| HSV(B) | 240º | 0.76% | 0.57% | - |
| XYZ | 6.48 | 3.63 | 27.55 | - |
| YUV | 47.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 146 | 0.76 | 0.76 | 0 | 0.43 | 240 | 0.61 | 0.35 |
| Hex | 23 | 23 | 92 | 4C | 4C | 0 | 2B | F0 | 3D | 23 |
| Octal | 43 | 43 | 222 | 114 | 114 | 0 | 53 | 360 | 75 | 43 |
| Binary | 100011 | 100011 | 10010010 | 1001100 | 1001100 | 0 | 101011 | 11110000 | 111101 | 100011 |
Color Harmonies of #232392
Complementary color
Monochromatic Colors of #232392
Black with #232392
Text Example
Text Example
White with #232392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232392; }
p { color: rgb(35,35,146); }
H1.HeaderClassName
{
color: #232392;
}
.AnyTagClassName
{
color: #232392;
}
</style>
background-color css
<style>
a { background-color: #232392; }
a { background-color: rgb(35,35,146); }
div.DivClassName
{
background-color: #232392;
}
.BgClassName
{
background-color: #232392;
}
</style>
border-color css
<style>
span { border-color: #232392; }
span { border-color: rgb(35,35,146); }
td.TdClassName
{
border-color: #232392;
}
.TagClassName
{
border-color: #232392;
}
</style>