Shades of Ultramarine #2D0FB6
Tints of Ultramarine #2D0FB6
RGB
CMYK
RGB Variations
Color information
#2D0FB6 (or 0x2D0FB6) is known color: Ultramarine. HEX triplet: 2D, 0F and B6. RGB value is (45,15,182). Sum of RGB (Red+Green+Blue) = 45+15+182=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #2D0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FB6 is #D2F049. Grayscale: #2A2A2A. Windows color (decimal): -13824074 or 11931437. OLE color: 11931437.
HSL color Cylindrical-coordinate representation of color #2D0FB6: hue angle of 250.78º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0FB6 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 15 | 182 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.29 |
| HSL | 250.78º | 0.85% | 0.39% | - |
| HSV(B) | 250.78º | 0.92% | 0.71% | - |
| XYZ | 9.7 | 4.28 | 44.57 | - |
| YUV | 43.01 | 206.44 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 182 | 0.75 | 0.92 | 0 | 0.29 | 250.78 | 0.85 | 0.39 |
| Hex | 2D | F | B6 | 4B | 5C | 0 | 1D | FB | 55 | 27 |
| Octal | 55 | 17 | 266 | 113 | 134 | 0 | 35 | 373 | 125 | 47 |
| Binary | 101101 | 1111 | 10110110 | 1001011 | 1011100 | 0 | 11101 | 11111011 | 1010101 | 100111 |
Color Harmonies of #2D0FB6
Complementary color
Monochromatic Colors of #2D0FB6
Black with #2D0FB6
Text Example
Text Example
White with #2D0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FB6; }
p { color: rgb(45,15,182); }
H1.HeaderClassName
{
color: #2D0FB6;
}
.AnyTagClassName
{
color: #2D0FB6;
}
</style>
background-color css
<style>
a { background-color: #2D0FB6; }
a { background-color: rgb(45,15,182); }
div.DivClassName
{
background-color: #2D0FB6;
}
.BgClassName
{
background-color: #2D0FB6;
}
</style>
border-color css
<style>
span { border-color: #2D0FB6; }
span { border-color: rgb(45,15,182); }
td.TdClassName
{
border-color: #2D0FB6;
}
.TagClassName
{
border-color: #2D0FB6;
}
</style>