Shades of Ultramarine #2311AB
Tints of Ultramarine #2311AB
RGB
CMYK
RGB Variations
Color information
#2311AB (or 0x2311AB) is known color: Ultramarine. HEX triplet: 23, 11 and AB. RGB value is (35,17,171). Sum of RGB (Red+Green+Blue) = 35+17+171=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2311AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2311AB is #DCEE54. Grayscale: #272727. Windows color (decimal): -14478933 or 11211043. OLE color: 11211043.
HSL color Cylindrical-coordinate representation of color #2311AB: hue angle of 247.01º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2311AB is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 17 | 171 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.33 |
| HSL | 247.01º | 0.82% | 0.37% | - |
| HSV(B) | 247.01º | 0.9% | 0.67% | - |
| XYZ | 8.24 | 3.7 | 38.81 | - |
| YUV | 39.94 | 201.96 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 171 | 0.80 | 0.90 | 0 | 0.33 | 247.01 | 0.82 | 0.37 |
| Hex | 23 | 11 | AB | 50 | 5A | 0 | 21 | F7 | 52 | 25 |
| Octal | 43 | 21 | 253 | 120 | 132 | 0 | 41 | 367 | 122 | 45 |
| Binary | 100011 | 10001 | 10101011 | 1010000 | 1011010 | 0 | 100001 | 11110111 | 1010010 | 100101 |
Color Harmonies of #2311AB
Complementary color
Monochromatic Colors of #2311AB
Black with #2311AB
Text Example
Text Example
White with #2311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311AB; }
p { color: rgb(35,17,171); }
H1.HeaderClassName
{
color: #2311AB;
}
.AnyTagClassName
{
color: #2311AB;
}
</style>
background-color css
<style>
a { background-color: #2311AB; }
a { background-color: rgb(35,17,171); }
div.DivClassName
{
background-color: #2311AB;
}
.BgClassName
{
background-color: #2311AB;
}
</style>
border-color css
<style>
span { border-color: #2311AB; }
span { border-color: rgb(35,17,171); }
td.TdClassName
{
border-color: #2311AB;
}
.TagClassName
{
border-color: #2311AB;
}
</style>