Shades of Ultramarine #2F02B3
Tints of Ultramarine #2F02B3
RGB
CMYK
RGB Variations
Color information
#2F02B3 (or 0x2F02B3) is known color: Ultramarine. HEX triplet: 2F, 02 and B3. RGB value is (47,2,179). Sum of RGB (Red+Green+Blue) = 47+2+179=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 179 (70.31% from 255 or 78.51% from 228); Max value from RGB is 179 - color contains mainly: blue. Hex color #2F02B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F02B3 is #D0FD4C. Grayscale: #222222. Windows color (decimal): -13696333 or 11731503. OLE color: 11731503.
HSL color Cylindrical-coordinate representation of color #2F02B3: hue angle of 255.25º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02B3 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 2 | 179 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.30 |
| HSL | 255.25º | 0.98% | 0.35% | - |
| HSV(B) | 255.25º | 0.99% | 0.7% | - |
| XYZ | 9.33 | 3.9 | 42.91 | - |
| YUV | 35.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 179 | 0.74 | 0.99 | 0 | 0.30 | 255.25 | 0.98 | 0.35 |
| Hex | 2F | 2 | B3 | 4A | 63 | 0 | 1E | FF | 62 | 23 |
| Octal | 57 | 2 | 263 | 112 | 143 | 0 | 36 | 377 | 142 | 43 |
| Binary | 101111 | 10 | 10110011 | 1001010 | 1100011 | 0 | 11110 | 11111111 | 1100010 | 100011 |
Color Harmonies of #2F02B3
Complementary color
Monochromatic Colors of #2F02B3
Black with #2F02B3
Text Example
Text Example
White with #2F02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02B3; }
p { color: rgb(47,2,179); }
H1.HeaderClassName
{
color: #2F02B3;
}
.AnyTagClassName
{
color: #2F02B3;
}
</style>
background-color css
<style>
a { background-color: #2F02B3; }
a { background-color: rgb(47,2,179); }
div.DivClassName
{
background-color: #2F02B3;
}
.BgClassName
{
background-color: #2F02B3;
}
</style>
border-color css
<style>
span { border-color: #2F02B3; }
span { border-color: rgb(47,2,179); }
td.TdClassName
{
border-color: #2F02B3;
}
.TagClassName
{
border-color: #2F02B3;
}
</style>