Shades of Ultramarine #2306AD
Tints of Ultramarine #2306AD
RGB
CMYK
RGB Variations
Color information
#2306AD (or 0x2306AD) is known color: Ultramarine. HEX triplet: 23, 06 and AD. RGB value is (35,6,173). Sum of RGB (Red+Green+Blue) = 35+6+173=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #2306AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2306AD is #DCF952. Grayscale: #212121. Windows color (decimal): -14481747 or 11339299. OLE color: 11339299.
HSL color Cylindrical-coordinate representation of color #2306AD: hue angle of 250.42º degrees, saturation: 0.93, 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 #2306AD is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 6 | 173 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.32 |
| HSL | 250.42º | 0.93% | 0.35% | - |
| HSV(B) | 250.42º | 0.97% | 0.68% | - |
| XYZ | 8.3 | 3.5 | 39.77 | - |
| YUV | 33.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 173 | 0.80 | 0.97 | 0 | 0.32 | 250.42 | 0.93 | 0.35 |
| Hex | 23 | 6 | AD | 50 | 61 | 0 | 20 | FA | 5D | 23 |
| Octal | 43 | 6 | 255 | 120 | 141 | 0 | 40 | 372 | 135 | 43 |
| Binary | 100011 | 110 | 10101101 | 1010000 | 1100001 | 0 | 100000 | 11111010 | 1011101 | 100011 |
Color Harmonies of #2306AD
Complementary color
Monochromatic Colors of #2306AD
Black with #2306AD
Text Example
Text Example
White with #2306AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2306AD; }
p { color: rgb(35,6,173); }
H1.HeaderClassName
{
color: #2306AD;
}
.AnyTagClassName
{
color: #2306AD;
}
</style>
background-color css
<style>
a { background-color: #2306AD; }
a { background-color: rgb(35,6,173); }
div.DivClassName
{
background-color: #2306AD;
}
.BgClassName
{
background-color: #2306AD;
}
</style>
border-color css
<style>
span { border-color: #2306AD; }
span { border-color: rgb(35,6,173); }
td.TdClassName
{
border-color: #2306AD;
}
.TagClassName
{
border-color: #2306AD;
}
</style>