Shades of Ultramarine #2308AA
Tints of Ultramarine #2308AA
RGB
CMYK
RGB Variations
Color information
#2308AA (or 0x2308AA) is known color: Ultramarine. HEX triplet: 23, 08 and AA. RGB value is (35,8,170). Sum of RGB (Red+Green+Blue) = 35+8+170=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #2308AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2308AA is #DCF755. Grayscale: #212121. Windows color (decimal): -14481238 or 11143203. OLE color: 11143203.
HSL color Cylindrical-coordinate representation of color #2308AA: hue angle of 250º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2308AA is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 8 | 170 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.33 |
| HSL | 250º | 0.91% | 0.35% | - |
| HSV(B) | 250º | 0.95% | 0.67% | - |
| XYZ | 8.04 | 3.43 | 38.27 | - |
| YUV | 34.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 170 | 0.79 | 0.95 | 0 | 0.33 | 250 | 0.91 | 0.35 |
| Hex | 23 | 8 | AA | 4F | 5F | 0 | 21 | FA | 5B | 23 |
| Octal | 43 | 10 | 252 | 117 | 137 | 0 | 41 | 372 | 133 | 43 |
| Binary | 100011 | 1000 | 10101010 | 1001111 | 1011111 | 0 | 100001 | 11111010 | 1011011 | 100011 |
Color Harmonies of #2308AA
Complementary color
Monochromatic Colors of #2308AA
Black with #2308AA
Text Example
Text Example
White with #2308AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308AA; }
p { color: rgb(35,8,170); }
H1.HeaderClassName
{
color: #2308AA;
}
.AnyTagClassName
{
color: #2308AA;
}
</style>
background-color css
<style>
a { background-color: #2308AA; }
a { background-color: rgb(35,8,170); }
div.DivClassName
{
background-color: #2308AA;
}
.BgClassName
{
background-color: #2308AA;
}
</style>
border-color css
<style>
span { border-color: #2308AA; }
span { border-color: rgb(35,8,170); }
td.TdClassName
{
border-color: #2308AA;
}
.TagClassName
{
border-color: #2308AA;
}
</style>