Shades of Ultramarine #2305AD
Tints of Ultramarine #2305AD
RGB
CMYK
RGB Variations
Color information
#2305AD (or 0x2305AD) is known color: Ultramarine. HEX triplet: 23, 05 and AD. RGB value is (35,5,173). Sum of RGB (Red+Green+Blue) = 35+5+173=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #2305AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2305AD is #DCFA52. Grayscale: #202020. Windows color (decimal): -14482003 or 11339043. OLE color: 11339043.
HSL color Cylindrical-coordinate representation of color #2305AD: hue angle of 250.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2305AD is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 5 | 173 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.32 |
| HSL | 250.71º | 0.94% | 0.35% | - |
| HSV(B) | 250.71º | 0.97% | 0.68% | - |
| XYZ | 8.29 | 3.48 | 39.77 | - |
| YUV | 33.12 | 206.94 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 173 | 0.80 | 0.97 | 0 | 0.32 | 250.71 | 0.94 | 0.35 |
| Hex | 23 | 5 | AD | 50 | 61 | 0 | 20 | FB | 5E | 23 |
| Octal | 43 | 5 | 255 | 120 | 141 | 0 | 40 | 373 | 136 | 43 |
| Binary | 100011 | 101 | 10101101 | 1010000 | 1100001 | 0 | 100000 | 11111011 | 1011110 | 100011 |
Color Harmonies of #2305AD
Complementary color
Monochromatic Colors of #2305AD
Black with #2305AD
Text Example
Text Example
White with #2305AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2305AD; }
p { color: rgb(35,5,173); }
H1.HeaderClassName
{
color: #2305AD;
}
.AnyTagClassName
{
color: #2305AD;
}
</style>
background-color css
<style>
a { background-color: #2305AD; }
a { background-color: rgb(35,5,173); }
div.DivClassName
{
background-color: #2305AD;
}
.BgClassName
{
background-color: #2305AD;
}
</style>
border-color css
<style>
span { border-color: #2305AD; }
span { border-color: rgb(35,5,173); }
td.TdClassName
{
border-color: #2305AD;
}
.TagClassName
{
border-color: #2305AD;
}
</style>