Shades of Ultramarine #2308A3
Tints of Ultramarine #2308A3
RGB
CMYK
RGB Variations
Color information
#2308A3 (or 0x2308A3) is known color: Ultramarine. HEX triplet: 23, 08 and A3. RGB value is (35,8,163). Sum of RGB (Red+Green+Blue) = 35+8+163=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 163 (64.06% from 255 or 79.13% from 206); Max value from RGB is 163 - color contains mainly: blue. Hex color #2308A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2308A3 is #DCF75C. Grayscale: #212121. Windows color (decimal): -14481245 or 10684451. OLE color: 10684451.
HSL color Cylindrical-coordinate representation of color #2308A3: hue angle of 250.45º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2308A3 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 8 | 163 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.36 |
| HSL | 250.45º | 0.91% | 0.34% | - |
| HSV(B) | 250.45º | 0.95% | 0.64% | - |
| XYZ | 7.39 | 3.18 | 34.87 | - |
| YUV | 33.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 163 | 0.79 | 0.95 | 0 | 0.36 | 250.45 | 0.91 | 0.34 |
| Hex | 23 | 8 | A3 | 4F | 5F | 0 | 24 | FA | 5B | 22 |
| Octal | 43 | 10 | 243 | 117 | 137 | 0 | 44 | 372 | 133 | 42 |
| Binary | 100011 | 1000 | 10100011 | 1001111 | 1011111 | 0 | 100100 | 11111010 | 1011011 | 100010 |
Color Harmonies of #2308A3
Complementary color
Monochromatic Colors of #2308A3
Black with #2308A3
Text Example
Text Example
White with #2308A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308A3; }
p { color: rgb(35,8,163); }
H1.HeaderClassName
{
color: #2308A3;
}
.AnyTagClassName
{
color: #2308A3;
}
</style>
background-color css
<style>
a { background-color: #2308A3; }
a { background-color: rgb(35,8,163); }
div.DivClassName
{
background-color: #2308A3;
}
.BgClassName
{
background-color: #2308A3;
}
</style>
border-color css
<style>
span { border-color: #2308A3; }
span { border-color: rgb(35,8,163); }
td.TdClassName
{
border-color: #2308A3;
}
.TagClassName
{
border-color: #2308A3;
}
</style>