Shades of Ultramarine #3610AB
Tints of Ultramarine #3610AB
RGB
CMYK
RGB Variations
Color information
#3610AB (or 0x3610AB) is known color: Ultramarine. HEX triplet: 36, 10 and AB. RGB value is (54,16,171). Sum of RGB (Red+Green+Blue) = 54+16+171=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3610AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3610AB is #C9EF54. Grayscale: #2C2C2C. Windows color (decimal): -13234005 or 11210806. OLE color: 11210806.
HSL color Cylindrical-coordinate representation of color #3610AB: hue angle of 254.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3610AB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 16 | 171 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.33 |
| HSL | 254.71º | 0.83% | 0.37% | - |
| HSV(B) | 254.71º | 0.91% | 0.67% | - |
| XYZ | 9.06 | 4.1 | 38.84 | - |
| YUV | 45.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 171 | 0.68 | 0.91 | 0 | 0.33 | 254.71 | 0.83 | 0.37 |
| Hex | 36 | 10 | AB | 44 | 5B | 0 | 21 | FF | 53 | 25 |
| Octal | 66 | 20 | 253 | 104 | 133 | 0 | 41 | 377 | 123 | 45 |
| Binary | 110110 | 10000 | 10101011 | 1000100 | 1011011 | 0 | 100001 | 11111111 | 1010011 | 100101 |
Color Harmonies of #3610AB
Complementary color
Monochromatic Colors of #3610AB
Black with #3610AB
Text Example
Text Example
White with #3610AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3610AB; }
p { color: rgb(54,16,171); }
H1.HeaderClassName
{
color: #3610AB;
}
.AnyTagClassName
{
color: #3610AB;
}
</style>
background-color css
<style>
a { background-color: #3610AB; }
a { background-color: rgb(54,16,171); }
div.DivClassName
{
background-color: #3610AB;
}
.BgClassName
{
background-color: #3610AB;
}
</style>
border-color css
<style>
span { border-color: #3610AB; }
span { border-color: rgb(54,16,171); }
td.TdClassName
{
border-color: #3610AB;
}
.TagClassName
{
border-color: #3610AB;
}
</style>