Shades of Ultramarine #2617AF
Tints of Ultramarine #2617AF
RGB
CMYK
RGB Variations
Color information
#2617AF (or 0x2617AF) is known color: Ultramarine. HEX triplet: 26, 17 and AF. RGB value is (38,23,175). Sum of RGB (Red+Green+Blue) = 38+23+175=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #2617AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2617AF is #D9E850. Grayscale: #2C2C2C. Windows color (decimal): -14280785 or 11474726. OLE color: 11474726.
HSL color Cylindrical-coordinate representation of color #2617AF: hue angle of 245.92º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2617AF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 23 | 175 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.31 |
| HSL | 245.92º | 0.77% | 0.39% | - |
| HSV(B) | 245.92º | 0.87% | 0.69% | - |
| XYZ | 8.84 | 4.12 | 40.89 | - |
| YUV | 44.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 175 | 0.78 | 0.87 | 0 | 0.31 | 245.92 | 0.77 | 0.39 |
| Hex | 26 | 17 | AF | 4E | 57 | 0 | 1F | F6 | 4D | 27 |
| Octal | 46 | 27 | 257 | 116 | 127 | 0 | 37 | 366 | 115 | 47 |
| Binary | 100110 | 10111 | 10101111 | 1001110 | 1010111 | 0 | 11111 | 11110110 | 1001101 | 100111 |
Color Harmonies of #2617AF
Complementary color
Monochromatic Colors of #2617AF
Black with #2617AF
Text Example
Text Example
White with #2617AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2617AF; }
p { color: rgb(38,23,175); }
H1.HeaderClassName
{
color: #2617AF;
}
.AnyTagClassName
{
color: #2617AF;
}
</style>
background-color css
<style>
a { background-color: #2617AF; }
a { background-color: rgb(38,23,175); }
div.DivClassName
{
background-color: #2617AF;
}
.BgClassName
{
background-color: #2617AF;
}
</style>
border-color css
<style>
span { border-color: #2617AF; }
span { border-color: rgb(38,23,175); }
td.TdClassName
{
border-color: #2617AF;
}
.TagClassName
{
border-color: #2617AF;
}
</style>