Shades of Ultramarine #2D00AF
Tints of Ultramarine #2D00AF
RGB
CMYK
RGB Variations
Color information
#2D00AF (or 0x2D00AF) is known color: Ultramarine. HEX triplet: 2D, 00 and AF. RGB value is (45,0,175). Sum of RGB (Red+Green+Blue) = 45+0+175=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D00AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D00AF is #D2FF50. Grayscale: #202020. Windows color (decimal): -13827921 or 11468845. OLE color: 11468845.
HSL color Cylindrical-coordinate representation of color #2D00AF: hue angle of 255.43º 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 #2D00AF is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 0 | 175 | - |
| CMYK | 0.74 | 1 | 0 | 0.31 |
| HSL | 255.43º | 1% | 0.34% | - |
| HSV(B) | 255.43º | 1% | 0.69% | - |
| XYZ | 8.82 | 3.65 | 40.8 | - |
| YUV | 33.41 | 207.91 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 175 | 0.74 | 1 | 0 | 0.31 | 255.43 | 1 | 0.34 |
| Hex | 2D | 0 | AF | 4A | 64 | 0 | 1F | FF | 64 | 22 |
| Octal | 55 | 0 | 257 | 112 | 144 | 0 | 37 | 377 | 144 | 42 |
| Binary | 101101 | 0 | 10101111 | 1001010 | 1100100 | 0 | 11111 | 11111111 | 1100100 | 100010 |
Color Harmonies of #2D00AF
Complementary color
Monochromatic Colors of #2D00AF
Black with #2D00AF
Text Example
Text Example
White with #2D00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00AF; }
p { color: rgb(45,0,175); }
H1.HeaderClassName
{
color: #2D00AF;
}
.AnyTagClassName
{
color: #2D00AF;
}
</style>
background-color css
<style>
a { background-color: #2D00AF; }
a { background-color: rgb(45,0,175); }
div.DivClassName
{
background-color: #2D00AF;
}
.BgClassName
{
background-color: #2D00AF;
}
</style>
border-color css
<style>
span { border-color: #2D00AF; }
span { border-color: rgb(45,0,175); }
td.TdClassName
{
border-color: #2D00AF;
}
.TagClassName
{
border-color: #2D00AF;
}
</style>