Shades of Ultramarine #2300AF
Tints of Ultramarine #2300AF
RGB
CMYK
RGB Variations
Color information
#2300AF (or 0x2300AF) is known color: Ultramarine. HEX triplet: 23, 00 and AF. RGB value is (35,0,175). Sum of RGB (Red+Green+Blue) = 35+0+175=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #2300AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2300AF is #DCFF50. Grayscale: #1D1D1D. Windows color (decimal): -14483281 or 11468835. OLE color: 11468835.
HSL color Cylindrical-coordinate representation of color #2300AF: hue angle of 252º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2300AF is Cyan = 0.8, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 0 | 175 | - |
| CMYK | 0.8 | 1 | 0 | 0.31 |
| HSL | 252º | 1% | 0.34% | - |
| HSV(B) | 252º | 1% | 0.69% | - |
| XYZ | 8.43 | 3.45 | 40.78 | - |
| YUV | 30.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 175 | 0.8 | 1 | 0 | 0.31 | 252 | 1 | 0.34 |
| Hex | 23 | 0 | AF | 50 | 64 | 0 | 1F | FC | 64 | 22 |
| Octal | 43 | 0 | 257 | 120 | 144 | 0 | 37 | 374 | 144 | 42 |
| Binary | 100011 | 0 | 10101111 | 1010000 | 1100100 | 0 | 11111 | 11111100 | 1100100 | 100010 |
Color Harmonies of #2300AF
Complementary color
Monochromatic Colors of #2300AF
Black with #2300AF
Text Example
Text Example
White with #2300AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2300AF; }
p { color: rgb(35,0,175); }
H1.HeaderClassName
{
color: #2300AF;
}
.AnyTagClassName
{
color: #2300AF;
}
</style>
background-color css
<style>
a { background-color: #2300AF; }
a { background-color: rgb(35,0,175); }
div.DivClassName
{
background-color: #2300AF;
}
.BgClassName
{
background-color: #2300AF;
}
</style>
border-color css
<style>
span { border-color: #2300AF; }
span { border-color: rgb(35,0,175); }
td.TdClassName
{
border-color: #2300AF;
}
.TagClassName
{
border-color: #2300AF;
}
</style>