Shades of Ultramarine #2312AB
Tints of Ultramarine #2312AB
RGB
CMYK
RGB Variations
Color information
#2312AB (or 0x2312AB) is known color: Ultramarine. HEX triplet: 23, 12 and AB. RGB value is (35,18,171). Sum of RGB (Red+Green+Blue) = 35+18+171=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2312AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2312AB is #DCED54. Grayscale: #272727. Windows color (decimal): -14478677 or 11211299. OLE color: 11211299.
HSL color Cylindrical-coordinate representation of color #2312AB: hue angle of 246.67º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2312AB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 18 | 171 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.33 |
| HSL | 246.67º | 0.81% | 0.37% | - |
| HSV(B) | 246.67º | 0.89% | 0.67% | - |
| XYZ | 8.26 | 3.73 | 38.81 | - |
| YUV | 40.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 171 | 0.80 | 0.89 | 0 | 0.33 | 246.67 | 0.81 | 0.37 |
| Hex | 23 | 12 | AB | 50 | 59 | 0 | 21 | F7 | 51 | 25 |
| Octal | 43 | 22 | 253 | 120 | 131 | 0 | 41 | 367 | 121 | 45 |
| Binary | 100011 | 10010 | 10101011 | 1010000 | 1011001 | 0 | 100001 | 11110111 | 1010001 | 100101 |
Color Harmonies of #2312AB
Complementary color
Monochromatic Colors of #2312AB
Black with #2312AB
Text Example
Text Example
White with #2312AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312AB; }
p { color: rgb(35,18,171); }
H1.HeaderClassName
{
color: #2312AB;
}
.AnyTagClassName
{
color: #2312AB;
}
</style>
background-color css
<style>
a { background-color: #2312AB; }
a { background-color: rgb(35,18,171); }
div.DivClassName
{
background-color: #2312AB;
}
.BgClassName
{
background-color: #2312AB;
}
</style>
border-color css
<style>
span { border-color: #2312AB; }
span { border-color: rgb(35,18,171); }
td.TdClassName
{
border-color: #2312AB;
}
.TagClassName
{
border-color: #2312AB;
}
</style>