Shades of Ultramarine #2303AD
Tints of Ultramarine #2303AD
RGB
CMYK
RGB Variations
Color information
#2303AD (or 0x2303AD) is known color: Ultramarine. HEX triplet: 23, 03 and AD. RGB value is (35,3,173). Sum of RGB (Red+Green+Blue) = 35+3+173=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #2303AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2303AD is #DCFC52. Grayscale: #1F1F1F. Windows color (decimal): -14482515 or 11338531. OLE color: 11338531.
HSL color Cylindrical-coordinate representation of color #2303AD: hue angle of 251.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303AD is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 3 | 173 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.32 |
| HSL | 251.29º | 0.97% | 0.35% | - |
| HSV(B) | 251.29º | 0.98% | 0.68% | - |
| XYZ | 8.27 | 3.44 | 39.76 | - |
| YUV | 31.95 | 207.6 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 173 | 0.80 | 0.98 | 0 | 0.32 | 251.29 | 0.97 | 0.35 |
| Hex | 23 | 3 | AD | 50 | 62 | 0 | 20 | FB | 61 | 23 |
| Octal | 43 | 3 | 255 | 120 | 142 | 0 | 40 | 373 | 141 | 43 |
| Binary | 100011 | 11 | 10101101 | 1010000 | 1100010 | 0 | 100000 | 11111011 | 1100001 | 100011 |
Color Harmonies of #2303AD
Complementary color
Monochromatic Colors of #2303AD
Black with #2303AD
Text Example
Text Example
White with #2303AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303AD; }
p { color: rgb(35,3,173); }
H1.HeaderClassName
{
color: #2303AD;
}
.AnyTagClassName
{
color: #2303AD;
}
</style>
background-color css
<style>
a { background-color: #2303AD; }
a { background-color: rgb(35,3,173); }
div.DivClassName
{
background-color: #2303AD;
}
.BgClassName
{
background-color: #2303AD;
}
</style>
border-color css
<style>
span { border-color: #2303AD; }
span { border-color: rgb(35,3,173); }
td.TdClassName
{
border-color: #2303AD;
}
.TagClassName
{
border-color: #2303AD;
}
</style>