Shades of Ultramarine #2303AF
Tints of Ultramarine #2303AF
RGB
CMYK
RGB Variations
Color information
#2303AF (or 0x2303AF) is known color: Ultramarine. HEX triplet: 23, 03 and AF. RGB value is (35,3,175). Sum of RGB (Red+Green+Blue) = 35+3+175=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #2303AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2303AF is #DCFC50. Grayscale: #1F1F1F. Windows color (decimal): -14482513 or 11469603. OLE color: 11469603.
HSL color Cylindrical-coordinate representation of color #2303AF: hue angle of 251.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2303AF is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 3 | 175 | - |
| CMYK | 0.8 | 0.98 | 0 | 0.31 |
| HSL | 251.16º | 0.97% | 0.35% | - |
| HSV(B) | 251.16º | 0.98% | 0.69% | - |
| XYZ | 8.46 | 3.52 | 40.79 | - |
| YUV | 32.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 175 | 0.8 | 0.98 | 0 | 0.31 | 251.16 | 0.97 | 0.35 |
| Hex | 23 | 3 | AF | 50 | 62 | 0 | 1F | FB | 61 | 23 |
| Octal | 43 | 3 | 257 | 120 | 142 | 0 | 37 | 373 | 141 | 43 |
| Binary | 100011 | 11 | 10101111 | 1010000 | 1100010 | 0 | 11111 | 11111011 | 1100001 | 100011 |
Color Harmonies of #2303AF
Complementary color
Monochromatic Colors of #2303AF
Black with #2303AF
Text Example
Text Example
White with #2303AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303AF; }
p { color: rgb(35,3,175); }
H1.HeaderClassName
{
color: #2303AF;
}
.AnyTagClassName
{
color: #2303AF;
}
</style>
background-color css
<style>
a { background-color: #2303AF; }
a { background-color: rgb(35,3,175); }
div.DivClassName
{
background-color: #2303AF;
}
.BgClassName
{
background-color: #2303AF;
}
</style>
border-color css
<style>
span { border-color: #2303AF; }
span { border-color: rgb(35,3,175); }
td.TdClassName
{
border-color: #2303AF;
}
.TagClassName
{
border-color: #2303AF;
}
</style>