Shades of Ultramarine #2302AB
Tints of Ultramarine #2302AB
RGB
CMYK
RGB Variations
Color information
#2302AB (or 0x2302AB) is known color: Ultramarine. HEX triplet: 23, 02 and AB. RGB value is (35,2,171). Sum of RGB (Red+Green+Blue) = 35+2+171=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #2302AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2302AB is #DCFD54. Grayscale: #1E1E1E. Windows color (decimal): -14482773 or 11207203. OLE color: 11207203.
HSL color Cylindrical-coordinate representation of color #2302AB: hue angle of 251.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2302AB is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 2 | 171 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.33 |
| HSL | 251.72º | 0.98% | 0.34% | - |
| HSV(B) | 251.72º | 0.99% | 0.67% | - |
| XYZ | 8.07 | 3.34 | 38.75 | - |
| YUV | 31.13 | 206.93 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 171 | 0.80 | 0.99 | 0 | 0.33 | 251.72 | 0.98 | 0.34 |
| Hex | 23 | 2 | AB | 50 | 63 | 0 | 21 | FC | 62 | 22 |
| Octal | 43 | 2 | 253 | 120 | 143 | 0 | 41 | 374 | 142 | 42 |
| Binary | 100011 | 10 | 10101011 | 1010000 | 1100011 | 0 | 100001 | 11111100 | 1100010 | 100010 |
Color Harmonies of #2302AB
Complementary color
Monochromatic Colors of #2302AB
Black with #2302AB
Text Example
Text Example
White with #2302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2302AB; }
p { color: rgb(35,2,171); }
H1.HeaderClassName
{
color: #2302AB;
}
.AnyTagClassName
{
color: #2302AB;
}
</style>
background-color css
<style>
a { background-color: #2302AB; }
a { background-color: rgb(35,2,171); }
div.DivClassName
{
background-color: #2302AB;
}
.BgClassName
{
background-color: #2302AB;
}
</style>
border-color css
<style>
span { border-color: #2302AB; }
span { border-color: rgb(35,2,171); }
td.TdClassName
{
border-color: #2302AB;
}
.TagClassName
{
border-color: #2302AB;
}
</style>