Shades of Ultramarine #2D209B
Tints of Ultramarine #2D209B
RGB
CMYK
RGB Variations
Color information
#2D209B (or 0x2D209B) is known color: Ultramarine. HEX triplet: 2D, 20 and 9B. RGB value is (45,32,155). Sum of RGB (Red+Green+Blue) = 45+32+155=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D209B is #D2DF64. Grayscale: #313131. Windows color (decimal): -13819749 or 10166317. OLE color: 10166317.
HSL color Cylindrical-coordinate representation of color #2D209B: hue angle of 246.34º 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 #2D209B is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 32 | 155 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.39 |
| HSL | 246.34º | 0.66% | 0.37% | - |
| HSV(B) | 246.34º | 0.79% | 0.61% | - |
| XYZ | 7.52 | 3.96 | 31.38 | - |
| YUV | 49.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 155 | 0.71 | 0.79 | 0 | 0.39 | 246.34 | 0.66 | 0.37 |
| Hex | 2D | 20 | 9B | 47 | 4F | 0 | 27 | F6 | 42 | 25 |
| Octal | 55 | 40 | 233 | 107 | 117 | 0 | 47 | 366 | 102 | 45 |
| Binary | 101101 | 100000 | 10011011 | 1000111 | 1001111 | 0 | 100111 | 11110110 | 1000010 | 100101 |
Color Harmonies of #2D209B
Complementary color
Monochromatic Colors of #2D209B
Black with #2D209B
Text Example
Text Example
White with #2D209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D209B; }
p { color: rgb(45,32,155); }
H1.HeaderClassName
{
color: #2D209B;
}
.AnyTagClassName
{
color: #2D209B;
}
</style>
background-color css
<style>
a { background-color: #2D209B; }
a { background-color: rgb(45,32,155); }
div.DivClassName
{
background-color: #2D209B;
}
.BgClassName
{
background-color: #2D209B;
}
</style>
border-color css
<style>
span { border-color: #2D209B; }
span { border-color: rgb(45,32,155); }
td.TdClassName
{
border-color: #2D209B;
}
.TagClassName
{
border-color: #2D209B;
}
</style>