Shades of Ultramarine #2308AD
Tints of Ultramarine #2308AD
RGB
CMYK
RGB Variations
Color information
#2308AD (or 0x2308AD) is known color: Ultramarine. HEX triplet: 23, 08 and AD. RGB value is (35,8,173). Sum of RGB (Red+Green+Blue) = 35+8+173=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 173 (67.97% from 255 or 80.09% from 216); Max value from RGB is 173 - color contains mainly: blue. Hex color #2308AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2308AD is #DCF752. Grayscale: #222222. Windows color (decimal): -14481235 or 11339811. OLE color: 11339811.
HSL color Cylindrical-coordinate representation of color #2308AD: hue angle of 249.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2308AD is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 8 | 173 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.32 |
| HSL | 249.82º | 0.91% | 0.35% | - |
| HSV(B) | 249.82º | 0.95% | 0.68% | - |
| XYZ | 8.32 | 3.55 | 39.78 | - |
| YUV | 34.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 173 | 0.80 | 0.95 | 0 | 0.32 | 249.82 | 0.91 | 0.35 |
| Hex | 23 | 8 | AD | 50 | 5F | 0 | 20 | FA | 5B | 23 |
| Octal | 43 | 10 | 255 | 120 | 137 | 0 | 40 | 372 | 133 | 43 |
| Binary | 100011 | 1000 | 10101101 | 1010000 | 1011111 | 0 | 100000 | 11111010 | 1011011 | 100011 |
Color Harmonies of #2308AD
Complementary color
Monochromatic Colors of #2308AD
Black with #2308AD
Text Example
Text Example
White with #2308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308AD; }
p { color: rgb(35,8,173); }
H1.HeaderClassName
{
color: #2308AD;
}
.AnyTagClassName
{
color: #2308AD;
}
</style>
background-color css
<style>
a { background-color: #2308AD; }
a { background-color: rgb(35,8,173); }
div.DivClassName
{
background-color: #2308AD;
}
.BgClassName
{
background-color: #2308AD;
}
</style>
border-color css
<style>
span { border-color: #2308AD; }
span { border-color: rgb(35,8,173); }
td.TdClassName
{
border-color: #2308AD;
}
.TagClassName
{
border-color: #2308AD;
}
</style>