Shades of Ultramarine #23238F
Tints of Ultramarine #23238F
RGB
CMYK
RGB Variations
Color information
#23238F (or 0x23238F) is known color: Ultramarine. HEX triplet: 23, 23 and 8F. RGB value is (35,35,143). Sum of RGB (Red+Green+Blue) = 35+35+143=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #23238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23238F is #DCDC70. Grayscale: #2E2E2E. Windows color (decimal): -14474353 or 9380643. OLE color: 9380643.
HSL color Cylindrical-coordinate representation of color #23238F: hue angle of 240º 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 #23238F is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 35 | 143 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.44 |
| HSL | 240º | 0.61% | 0.35% | - |
| HSV(B) | 240º | 0.76% | 0.56% | - |
| XYZ | 6.25 | 3.54 | 26.34 | - |
| YUV | 47.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 143 | 0.76 | 0.76 | 0 | 0.44 | 240 | 0.61 | 0.35 |
| Hex | 23 | 23 | 8F | 4C | 4C | 0 | 2C | F0 | 3D | 23 |
| Octal | 43 | 43 | 217 | 114 | 114 | 0 | 54 | 360 | 75 | 43 |
| Binary | 100011 | 100011 | 10001111 | 1001100 | 1001100 | 0 | 101100 | 11110000 | 111101 | 100011 |
Color Harmonies of #23238F
Complementary color
Monochromatic Colors of #23238F
Black with #23238F
Text Example
Text Example
White with #23238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23238F; }
p { color: rgb(35,35,143); }
H1.HeaderClassName
{
color: #23238F;
}
.AnyTagClassName
{
color: #23238F;
}
</style>
background-color css
<style>
a { background-color: #23238F; }
a { background-color: rgb(35,35,143); }
div.DivClassName
{
background-color: #23238F;
}
.BgClassName
{
background-color: #23238F;
}
</style>
border-color css
<style>
span { border-color: #23238F; }
span { border-color: rgb(35,35,143); }
td.TdClassName
{
border-color: #23238F;
}
.TagClassName
{
border-color: #23238F;
}
</style>