Shades of Ultramarine #2310AB
Tints of Ultramarine #2310AB
RGB
CMYK
RGB Variations
Color information
#2310AB (or 0x2310AB) is known color: Ultramarine. HEX triplet: 23, 10 and AB. RGB value is (35,16,171). Sum of RGB (Red+Green+Blue) = 35+16+171=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #2310AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2310AB is #DCEF54. Grayscale: #262626. Windows color (decimal): -14479189 or 11210787. OLE color: 11210787.
HSL color Cylindrical-coordinate representation of color #2310AB: hue angle of 247.35º 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 #2310AB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 16 | 171 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.33 |
| HSL | 247.35º | 0.83% | 0.37% | - |
| HSV(B) | 247.35º | 0.91% | 0.67% | - |
| XYZ | 8.23 | 3.67 | 38.8 | - |
| YUV | 39.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 171 | 0.80 | 0.91 | 0 | 0.33 | 247.35 | 0.83 | 0.37 |
| Hex | 23 | 10 | AB | 50 | 5B | 0 | 21 | F7 | 53 | 25 |
| Octal | 43 | 20 | 253 | 120 | 133 | 0 | 41 | 367 | 123 | 45 |
| Binary | 100011 | 10000 | 10101011 | 1010000 | 1011011 | 0 | 100001 | 11110111 | 1010011 | 100101 |
Color Harmonies of #2310AB
Complementary color
Monochromatic Colors of #2310AB
Black with #2310AB
Text Example
Text Example
White with #2310AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310AB; }
p { color: rgb(35,16,171); }
H1.HeaderClassName
{
color: #2310AB;
}
.AnyTagClassName
{
color: #2310AB;
}
</style>
background-color css
<style>
a { background-color: #2310AB; }
a { background-color: rgb(35,16,171); }
div.DivClassName
{
background-color: #2310AB;
}
.BgClassName
{
background-color: #2310AB;
}
</style>
border-color css
<style>
span { border-color: #2310AB; }
span { border-color: rgb(35,16,171); }
td.TdClassName
{
border-color: #2310AB;
}
.TagClassName
{
border-color: #2310AB;
}
</style>