Shades of Ultramarine #2310AC
Tints of Ultramarine #2310AC
RGB
CMYK
RGB Variations
Color information
#2310AC (or 0x2310AC) is known color: Ultramarine. HEX triplet: 23, 10 and AC. RGB value is (35,16,172). Sum of RGB (Red+Green+Blue) = 35+16+172=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #2310AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2310AC is #DCEF53. Grayscale: #262626. Windows color (decimal): -14479188 or 11276323. OLE color: 11276323.
HSL color Cylindrical-coordinate representation of color #2310AC: hue angle of 247.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2310AC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 16 | 172 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.33 |
| HSL | 247.31º | 0.83% | 0.37% | - |
| HSV(B) | 247.31º | 0.91% | 0.67% | - |
| XYZ | 8.32 | 3.71 | 39.31 | - |
| YUV | 39.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 172 | 0.80 | 0.91 | 0 | 0.33 | 247.31 | 0.83 | 0.37 |
| Hex | 23 | 10 | AC | 50 | 5B | 0 | 21 | F7 | 53 | 25 |
| Octal | 43 | 20 | 254 | 120 | 133 | 0 | 41 | 367 | 123 | 45 |
| Binary | 100011 | 10000 | 10101100 | 1010000 | 1011011 | 0 | 100001 | 11110111 | 1010011 | 100101 |
Color Harmonies of #2310AC
Complementary color
Monochromatic Colors of #2310AC
Black with #2310AC
Text Example
Text Example
White with #2310AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310AC; }
p { color: rgb(35,16,172); }
H1.HeaderClassName
{
color: #2310AC;
}
.AnyTagClassName
{
color: #2310AC;
}
</style>
background-color css
<style>
a { background-color: #2310AC; }
a { background-color: rgb(35,16,172); }
div.DivClassName
{
background-color: #2310AC;
}
.BgClassName
{
background-color: #2310AC;
}
</style>
border-color css
<style>
span { border-color: #2310AC; }
span { border-color: rgb(35,16,172); }
td.TdClassName
{
border-color: #2310AC;
}
.TagClassName
{
border-color: #2310AC;
}
</style>