Shades of Ultramarine #2610AF
Tints of Ultramarine #2610AF
RGB
CMYK
RGB Variations
Color information
#2610AF (or 0x2610AF) is known color: Ultramarine. HEX triplet: 26, 10 and AF. RGB value is (38,16,175). Sum of RGB (Red+Green+Blue) = 38+16+175=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #2610AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2610AF is #D9EF50. Grayscale: #282828. Windows color (decimal): -14282577 or 11472934. OLE color: 11472934.
HSL color Cylindrical-coordinate representation of color #2610AF: hue angle of 248.3º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2610AF is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 16 | 175 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.31 |
| HSL | 248.3º | 0.83% | 0.37% | - |
| HSV(B) | 248.3º | 0.91% | 0.69% | - |
| XYZ | 8.72 | 3.88 | 40.85 | - |
| YUV | 40.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 175 | 0.78 | 0.91 | 0 | 0.31 | 248.3 | 0.83 | 0.37 |
| Hex | 26 | 10 | AF | 4E | 5B | 0 | 1F | F8 | 53 | 25 |
| Octal | 46 | 20 | 257 | 116 | 133 | 0 | 37 | 370 | 123 | 45 |
| Binary | 100110 | 10000 | 10101111 | 1001110 | 1011011 | 0 | 11111 | 11111000 | 1010011 | 100101 |
Color Harmonies of #2610AF
Complementary color
Monochromatic Colors of #2610AF
Black with #2610AF
Text Example
Text Example
White with #2610AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610AF; }
p { color: rgb(38,16,175); }
H1.HeaderClassName
{
color: #2610AF;
}
.AnyTagClassName
{
color: #2610AF;
}
</style>
background-color css
<style>
a { background-color: #2610AF; }
a { background-color: rgb(38,16,175); }
div.DivClassName
{
background-color: #2610AF;
}
.BgClassName
{
background-color: #2610AF;
}
</style>
border-color css
<style>
span { border-color: #2610AF; }
span { border-color: rgb(38,16,175); }
td.TdClassName
{
border-color: #2610AF;
}
.TagClassName
{
border-color: #2610AF;
}
</style>