Shades of Ultramarine #230398
Tints of Ultramarine #230398
RGB
CMYK
RGB Variations
Color information
#230398 (or 0x230398) is known color: Ultramarine. HEX triplet: 23, 03 and 98. RGB value is (35,3,152). Sum of RGB (Red+Green+Blue) = 35+3+152=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #230398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230398 is #DCFC67. Grayscale: #1C1C1C. Windows color (decimal): -14482536 or 9962275. OLE color: 9962275.
HSL color Cylindrical-coordinate representation of color #230398: hue angle of 252.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230398 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 3 | 152 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.40 |
| HSL | 252.89º | 0.96% | 0.3% | - |
| HSV(B) | 252.89º | 0.98% | 0.6% | - |
| XYZ | 6.39 | 2.69 | 29.89 | - |
| YUV | 29.55 | 197.1 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 152 | 0.77 | 0.98 | 0 | 0.40 | 252.89 | 0.96 | 0.3 |
| Hex | 23 | 3 | 98 | 4D | 62 | 0 | 28 | FD | 60 | 1E |
| Octal | 43 | 3 | 230 | 115 | 142 | 0 | 50 | 375 | 140 | 36 |
| Binary | 100011 | 11 | 10011000 | 1001101 | 1100010 | 0 | 101000 | 11111101 | 1100000 | 11110 |
Color Harmonies of #230398
Complementary color
Monochromatic Colors of #230398
Black with #230398
Text Example
Text Example
White with #230398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230398; }
p { color: rgb(35,3,152); }
H1.HeaderClassName
{
color: #230398;
}
.AnyTagClassName
{
color: #230398;
}
</style>
background-color css
<style>
a { background-color: #230398; }
a { background-color: rgb(35,3,152); }
div.DivClassName
{
background-color: #230398;
}
.BgClassName
{
background-color: #230398;
}
</style>
border-color css
<style>
span { border-color: #230398; }
span { border-color: rgb(35,3,152); }
td.TdClassName
{
border-color: #230398;
}
.TagClassName
{
border-color: #230398;
}
</style>