Shades of Ultramarine #2300AA
Tints of Ultramarine #2300AA
RGB
CMYK
RGB Variations
Color information
#2300AA (or 0x2300AA) is known color: Ultramarine. HEX triplet: 23, 00 and AA. RGB value is (35,0,170). Sum of RGB (Red+Green+Blue) = 35+0+170=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #2300AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2300AA is #DCFF55. Grayscale: #1D1D1D. Windows color (decimal): -14483286 or 11141155. OLE color: 11141155.
HSL color Cylindrical-coordinate representation of color #2300AA: hue angle of 252.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2300AA is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 0 | 170 | - |
| CMYK | 0.79 | 1 | 0 | 0.33 |
| HSL | 252.35º | 1% | 0.33% | - |
| HSV(B) | 252.35º | 1% | 0.67% | - |
| XYZ | 7.95 | 3.26 | 38.24 | - |
| YUV | 29.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 170 | 0.79 | 1 | 0 | 0.33 | 252.35 | 1 | 0.33 |
| Hex | 23 | 0 | AA | 4F | 64 | 0 | 21 | FC | 64 | 21 |
| Octal | 43 | 0 | 252 | 117 | 144 | 0 | 41 | 374 | 144 | 41 |
| Binary | 100011 | 0 | 10101010 | 1001111 | 1100100 | 0 | 100001 | 11111100 | 1100100 | 100001 |
Color Harmonies of #2300AA
Complementary color
Monochromatic Colors of #2300AA
Black with #2300AA
Text Example
Text Example
White with #2300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2300AA; }
p { color: rgb(35,0,170); }
H1.HeaderClassName
{
color: #2300AA;
}
.AnyTagClassName
{
color: #2300AA;
}
</style>
background-color css
<style>
a { background-color: #2300AA; }
a { background-color: rgb(35,0,170); }
div.DivClassName
{
background-color: #2300AA;
}
.BgClassName
{
background-color: #2300AA;
}
</style>
border-color css
<style>
span { border-color: #2300AA; }
span { border-color: rgb(35,0,170); }
td.TdClassName
{
border-color: #2300AA;
}
.TagClassName
{
border-color: #2300AA;
}
</style>