Shades of Ultramarine #2309A3
Tints of Ultramarine #2309A3
RGB
CMYK
RGB Variations
Color information
#2309A3 (or 0x2309A3) is known color: Ultramarine. HEX triplet: 23, 09 and A3. RGB value is (35,9,163). Sum of RGB (Red+Green+Blue) = 35+9+163=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #2309A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2309A3 is #DCF65C. Grayscale: #212121. Windows color (decimal): -14480989 or 10684707. OLE color: 10684707.
HSL color Cylindrical-coordinate representation of color #2309A3: hue angle of 250.13º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2309A3 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 9 | 163 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.36 |
| HSL | 250.13º | 0.9% | 0.34% | - |
| HSV(B) | 250.13º | 0.94% | 0.64% | - |
| XYZ | 7.4 | 3.2 | 34.88 | - |
| YUV | 34.33 | 200.61 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 163 | 0.79 | 0.94 | 0 | 0.36 | 250.13 | 0.9 | 0.34 |
| Hex | 23 | 9 | A3 | 4F | 5E | 0 | 24 | FA | 5A | 22 |
| Octal | 43 | 11 | 243 | 117 | 136 | 0 | 44 | 372 | 132 | 42 |
| Binary | 100011 | 1001 | 10100011 | 1001111 | 1011110 | 0 | 100100 | 11111010 | 1011010 | 100010 |
Color Harmonies of #2309A3
Complementary color
Monochromatic Colors of #2309A3
Black with #2309A3
Text Example
Text Example
White with #2309A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2309A3; }
p { color: rgb(35,9,163); }
H1.HeaderClassName
{
color: #2309A3;
}
.AnyTagClassName
{
color: #2309A3;
}
</style>
background-color css
<style>
a { background-color: #2309A3; }
a { background-color: rgb(35,9,163); }
div.DivClassName
{
background-color: #2309A3;
}
.BgClassName
{
background-color: #2309A3;
}
</style>
border-color css
<style>
span { border-color: #2309A3; }
span { border-color: rgb(35,9,163); }
td.TdClassName
{
border-color: #2309A3;
}
.TagClassName
{
border-color: #2309A3;
}
</style>