Shades of Ultramarine #2F03B0
Tints of Ultramarine #2F03B0
RGB
CMYK
RGB Variations
Color information
#2F03B0 (or 0x2F03B0) is known color: Ultramarine. HEX triplet: 2F, 03 and B0. RGB value is (47,3,176). Sum of RGB (Red+Green+Blue) = 47+3+176=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 176 (69.14% from 255 or 77.88% from 226); Max value from RGB is 176 - color contains mainly: blue. Hex color #2F03B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F03B0 is #D0FC4F. Grayscale: #232323. Windows color (decimal): -13696080 or 11535151. OLE color: 11535151.
HSL color Cylindrical-coordinate representation of color #2F03B0: hue angle of 255.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F03B0 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 3 | 176 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.31 |
| HSL | 255.26º | 0.97% | 0.35% | - |
| HSV(B) | 255.26º | 0.98% | 0.69% | - |
| XYZ | 9.04 | 3.8 | 41.33 | - |
| YUV | 35.88 | 207.08 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 176 | 0.73 | 0.98 | 0 | 0.31 | 255.26 | 0.97 | 0.35 |
| Hex | 2F | 3 | B0 | 49 | 62 | 0 | 1F | FF | 61 | 23 |
| Octal | 57 | 3 | 260 | 111 | 142 | 0 | 37 | 377 | 141 | 43 |
| Binary | 101111 | 11 | 10110000 | 1001001 | 1100010 | 0 | 11111 | 11111111 | 1100001 | 100011 |
Color Harmonies of #2F03B0
Complementary color
Monochromatic Colors of #2F03B0
Black with #2F03B0
Text Example
Text Example
White with #2F03B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03B0; }
p { color: rgb(47,3,176); }
H1.HeaderClassName
{
color: #2F03B0;
}
.AnyTagClassName
{
color: #2F03B0;
}
</style>
background-color css
<style>
a { background-color: #2F03B0; }
a { background-color: rgb(47,3,176); }
div.DivClassName
{
background-color: #2F03B0;
}
.BgClassName
{
background-color: #2F03B0;
}
</style>
border-color css
<style>
span { border-color: #2F03B0; }
span { border-color: rgb(47,3,176); }
td.TdClassName
{
border-color: #2F03B0;
}
.TagClassName
{
border-color: #2F03B0;
}
</style>