Shades of Ultramarine #3713AB
Tints of Ultramarine #3713AB
RGB
CMYK
RGB Variations
Color information
#3713AB (or 0x3713AB) is known color: Ultramarine. HEX triplet: 37, 13 and AB. RGB value is (55,19,171). Sum of RGB (Red+Green+Blue) = 55+19+171=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3713AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3713AB is #C8EC54. Grayscale: #2E2E2E. Windows color (decimal): -13167701 or 11211575. OLE color: 11211575.
HSL color Cylindrical-coordinate representation of color #3713AB: hue angle of 254.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3713AB is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 19 | 171 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.33 |
| HSL | 254.21º | 0.8% | 0.37% | - |
| HSV(B) | 254.21º | 0.89% | 0.67% | - |
| XYZ | 9.16 | 4.22 | 38.86 | - |
| YUV | 47.09 | 197.93 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 171 | 0.68 | 0.89 | 0 | 0.33 | 254.21 | 0.8 | 0.37 |
| Hex | 37 | 13 | AB | 44 | 59 | 0 | 21 | FE | 50 | 25 |
| Octal | 67 | 23 | 253 | 104 | 131 | 0 | 41 | 376 | 120 | 45 |
| Binary | 110111 | 10011 | 10101011 | 1000100 | 1011001 | 0 | 100001 | 11111110 | 1010000 | 100101 |
Color Harmonies of #3713AB
Complementary color
Monochromatic Colors of #3713AB
Black with #3713AB
Text Example
Text Example
White with #3713AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713AB; }
p { color: rgb(55,19,171); }
H1.HeaderClassName
{
color: #3713AB;
}
.AnyTagClassName
{
color: #3713AB;
}
</style>
background-color css
<style>
a { background-color: #3713AB; }
a { background-color: rgb(55,19,171); }
div.DivClassName
{
background-color: #3713AB;
}
.BgClassName
{
background-color: #3713AB;
}
</style>
border-color css
<style>
span { border-color: #3713AB; }
span { border-color: rgb(55,19,171); }
td.TdClassName
{
border-color: #3713AB;
}
.TagClassName
{
border-color: #3713AB;
}
</style>