Shades of Ultramarine #2310AD
Tints of Ultramarine #2310AD
RGB
CMYK
RGB Variations
Color information
#2310AD (or 0x2310AD) is known color: Ultramarine. HEX triplet: 23, 10 and AD. RGB value is (35,16,173). Sum of RGB (Red+Green+Blue) = 35+16+173=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #2310AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2310AD is #DCEF52. Grayscale: #262626. Windows color (decimal): -14479187 or 11341859. OLE color: 11341859.
HSL color Cylindrical-coordinate representation of color #2310AD: hue angle of 247.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2310AD is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 16 | 173 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.32 |
| HSL | 247.26º | 0.83% | 0.37% | - |
| HSV(B) | 247.26º | 0.91% | 0.68% | - |
| XYZ | 8.42 | 3.75 | 39.81 | - |
| YUV | 39.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 173 | 0.80 | 0.91 | 0 | 0.32 | 247.26 | 0.83 | 0.37 |
| Hex | 23 | 10 | AD | 50 | 5B | 0 | 20 | F7 | 53 | 25 |
| Octal | 43 | 20 | 255 | 120 | 133 | 0 | 40 | 367 | 123 | 45 |
| Binary | 100011 | 10000 | 10101101 | 1010000 | 1011011 | 0 | 100000 | 11110111 | 1010011 | 100101 |
Color Harmonies of #2310AD
Complementary color
Monochromatic Colors of #2310AD
Black with #2310AD
Text Example
Text Example
White with #2310AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310AD; }
p { color: rgb(35,16,173); }
H1.HeaderClassName
{
color: #2310AD;
}
.AnyTagClassName
{
color: #2310AD;
}
</style>
background-color css
<style>
a { background-color: #2310AD; }
a { background-color: rgb(35,16,173); }
div.DivClassName
{
background-color: #2310AD;
}
.BgClassName
{
background-color: #2310AD;
}
</style>
border-color css
<style>
span { border-color: #2310AD; }
span { border-color: rgb(35,16,173); }
td.TdClassName
{
border-color: #2310AD;
}
.TagClassName
{
border-color: #2310AD;
}
</style>