Shades of Ultramarine #2311AD
Tints of Ultramarine #2311AD
RGB
CMYK
RGB Variations
Color information
#2311AD (or 0x2311AD) is known color: Ultramarine. HEX triplet: 23, 11 and AD. RGB value is (35,17,173). Sum of RGB (Red+Green+Blue) = 35+17+173=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #2311AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2311AD is #DCEE52. Grayscale: #272727. Windows color (decimal): -14478931 or 11342115. OLE color: 11342115.
HSL color Cylindrical-coordinate representation of color #2311AD: hue angle of 246.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2311AD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 17 | 173 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.32 |
| HSL | 246.92º | 0.82% | 0.37% | - |
| HSV(B) | 246.92º | 0.9% | 0.68% | - |
| XYZ | 8.44 | 3.78 | 39.82 | - |
| YUV | 40.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 173 | 0.80 | 0.90 | 0 | 0.32 | 246.92 | 0.82 | 0.37 |
| Hex | 23 | 11 | AD | 50 | 5A | 0 | 20 | F7 | 52 | 25 |
| Octal | 43 | 21 | 255 | 120 | 132 | 0 | 40 | 367 | 122 | 45 |
| Binary | 100011 | 10001 | 10101101 | 1010000 | 1011010 | 0 | 100000 | 11110111 | 1010010 | 100101 |
Color Harmonies of #2311AD
Complementary color
Monochromatic Colors of #2311AD
Black with #2311AD
Text Example
Text Example
White with #2311AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2311AD; }
p { color: rgb(35,17,173); }
H1.HeaderClassName
{
color: #2311AD;
}
.AnyTagClassName
{
color: #2311AD;
}
</style>
background-color css
<style>
a { background-color: #2311AD; }
a { background-color: rgb(35,17,173); }
div.DivClassName
{
background-color: #2311AD;
}
.BgClassName
{
background-color: #2311AD;
}
</style>
border-color css
<style>
span { border-color: #2311AD; }
span { border-color: rgb(35,17,173); }
td.TdClassName
{
border-color: #2311AD;
}
.TagClassName
{
border-color: #2311AD;
}
</style>