Shades of Ultramarine #2521A3
Tints of Ultramarine #2521A3
RGB
CMYK
RGB Variations
Color information
#2521A3 (or 0x2521A3) is known color: Ultramarine. HEX triplet: 25, 21 and A3. RGB value is (37,33,163). Sum of RGB (Red+Green+Blue) = 37+33+163=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 163 (64.06% from 255 or 69.96% from 233); Max value from RGB is 163 - color contains mainly: blue. Hex color #2521A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521A3 is #DADE5C. Grayscale: #303030. Windows color (decimal): -14343773 or 10690853. OLE color: 10690853.
HSL color Cylindrical-coordinate representation of color #2521A3: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2521A3 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 33 | 163 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.36 |
| HSL | 241.85º | 0.66% | 0.38% | - |
| HSV(B) | 241.85º | 0.8% | 0.64% | - |
| XYZ | 7.92 | 4.13 | 35.03 | - |
| YUV | 49.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 163 | 0.77 | 0.80 | 0 | 0.36 | 241.85 | 0.66 | 0.38 |
| Hex | 25 | 21 | A3 | 4D | 50 | 0 | 24 | F2 | 42 | 26 |
| Octal | 45 | 41 | 243 | 115 | 120 | 0 | 44 | 362 | 102 | 46 |
| Binary | 100101 | 100001 | 10100011 | 1001101 | 1010000 | 0 | 100100 | 11110010 | 1000010 | 100110 |
Color Harmonies of #2521A3
Complementary color
Monochromatic Colors of #2521A3
Black with #2521A3
Text Example
Text Example
White with #2521A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521A3; }
p { color: rgb(37,33,163); }
H1.HeaderClassName
{
color: #2521A3;
}
.AnyTagClassName
{
color: #2521A3;
}
</style>
background-color css
<style>
a { background-color: #2521A3; }
a { background-color: rgb(37,33,163); }
div.DivClassName
{
background-color: #2521A3;
}
.BgClassName
{
background-color: #2521A3;
}
</style>
border-color css
<style>
span { border-color: #2521A3; }
span { border-color: rgb(37,33,163); }
td.TdClassName
{
border-color: #2521A3;
}
.TagClassName
{
border-color: #2521A3;
}
</style>