Shades of Ultramarine #2D209C
Tints of Ultramarine #2D209C
RGB
CMYK
RGB Variations
Color information
#2D209C (or 0x2D209C) is known color: Ultramarine. HEX triplet: 2D, 20 and 9C. RGB value is (45,32,156). Sum of RGB (Red+Green+Blue) = 45+32+156=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D209C is #D2DF63. Grayscale: #313131. Windows color (decimal): -13819748 or 10231853. OLE color: 10231853.
HSL color Cylindrical-coordinate representation of color #2D209C: hue angle of 246.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D209C is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 32 | 156 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.39 |
| HSL | 246.29º | 0.66% | 0.37% | - |
| HSV(B) | 246.29º | 0.79% | 0.61% | - |
| XYZ | 7.6 | 3.99 | 31.82 | - |
| YUV | 50.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 156 | 0.71 | 0.79 | 0 | 0.39 | 246.29 | 0.66 | 0.37 |
| Hex | 2D | 20 | 9C | 47 | 4F | 0 | 27 | F6 | 42 | 25 |
| Octal | 55 | 40 | 234 | 107 | 117 | 0 | 47 | 366 | 102 | 45 |
| Binary | 101101 | 100000 | 10011100 | 1000111 | 1001111 | 0 | 100111 | 11110110 | 1000010 | 100101 |
Color Harmonies of #2D209C
Complementary color
Monochromatic Colors of #2D209C
Black with #2D209C
Text Example
Text Example
White with #2D209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D209C; }
p { color: rgb(45,32,156); }
H1.HeaderClassName
{
color: #2D209C;
}
.AnyTagClassName
{
color: #2D209C;
}
</style>
background-color css
<style>
a { background-color: #2D209C; }
a { background-color: rgb(45,32,156); }
div.DivClassName
{
background-color: #2D209C;
}
.BgClassName
{
background-color: #2D209C;
}
</style>
border-color css
<style>
span { border-color: #2D209C; }
span { border-color: rgb(45,32,156); }
td.TdClassName
{
border-color: #2D209C;
}
.TagClassName
{
border-color: #2D209C;
}
</style>