Shades of Ultramarine #2703AA
Tints of Ultramarine #2703AA
RGB
CMYK
RGB Variations
Color information
#2703AA (or 0x2703AA) is known color: Ultramarine. HEX triplet: 27, 03 and AA. RGB value is (39,3,170). Sum of RGB (Red+Green+Blue) = 39+3+170=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #2703AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2703AA is #D8FC55. Grayscale: #202020. Windows color (decimal): -14220374 or 11141927. OLE color: 11141927.
HSL color Cylindrical-coordinate representation of color #2703AA: hue angle of 252.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2703AA is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 3 | 170 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.33 |
| HSL | 252.93º | 0.97% | 0.34% | - |
| HSV(B) | 252.93º | 0.98% | 0.67% | - |
| XYZ | 8.12 | 3.4 | 38.26 | - |
| YUV | 32.8 | 205.43 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 170 | 0.77 | 0.98 | 0 | 0.33 | 252.93 | 0.97 | 0.34 |
| Hex | 27 | 3 | AA | 4D | 62 | 0 | 21 | FD | 61 | 22 |
| Octal | 47 | 3 | 252 | 115 | 142 | 0 | 41 | 375 | 141 | 42 |
| Binary | 100111 | 11 | 10101010 | 1001101 | 1100010 | 0 | 100001 | 11111101 | 1100001 | 100010 |
Color Harmonies of #2703AA
Complementary color
Monochromatic Colors of #2703AA
Black with #2703AA
Text Example
Text Example
White with #2703AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2703AA; }
p { color: rgb(39,3,170); }
H1.HeaderClassName
{
color: #2703AA;
}
.AnyTagClassName
{
color: #2703AA;
}
</style>
background-color css
<style>
a { background-color: #2703AA; }
a { background-color: rgb(39,3,170); }
div.DivClassName
{
background-color: #2703AA;
}
.BgClassName
{
background-color: #2703AA;
}
</style>
border-color css
<style>
span { border-color: #2703AA; }
span { border-color: rgb(39,3,170); }
td.TdClassName
{
border-color: #2703AA;
}
.TagClassName
{
border-color: #2703AA;
}
</style>