Shades of Ultramarine #261CA2
Tints of Ultramarine #261CA2
RGB
CMYK
RGB Variations
Color information
#261CA2 (or 0x261CA2) is known color: Ultramarine. HEX triplet: 26, 1C and A2. RGB value is (38,28,162). Sum of RGB (Red+Green+Blue) = 38+28+162=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #261CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261CA2 is #D9E35D. Grayscale: #2D2D2D. Windows color (decimal): -14279518 or 10624038. OLE color: 10624038.
HSL color Cylindrical-coordinate representation of color #261CA2: hue angle of 244.48º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261CA2 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 28 | 162 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.36 |
| HSL | 244.48º | 0.71% | 0.37% | - |
| HSV(B) | 244.48º | 0.83% | 0.64% | - |
| XYZ | 7.74 | 3.85 | 34.52 | - |
| YUV | 46.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 162 | 0.77 | 0.83 | 0 | 0.36 | 244.48 | 0.71 | 0.37 |
| Hex | 26 | 1C | A2 | 4D | 53 | 0 | 24 | F4 | 47 | 25 |
| Octal | 46 | 34 | 242 | 115 | 123 | 0 | 44 | 364 | 107 | 45 |
| Binary | 100110 | 11100 | 10100010 | 1001101 | 1010011 | 0 | 100100 | 11110100 | 1000111 | 100101 |
Color Harmonies of #261CA2
Complementary color
Monochromatic Colors of #261CA2
Black with #261CA2
Text Example
Text Example
White with #261CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CA2; }
p { color: rgb(38,28,162); }
H1.HeaderClassName
{
color: #261CA2;
}
.AnyTagClassName
{
color: #261CA2;
}
</style>
background-color css
<style>
a { background-color: #261CA2; }
a { background-color: rgb(38,28,162); }
div.DivClassName
{
background-color: #261CA2;
}
.BgClassName
{
background-color: #261CA2;
}
</style>
border-color css
<style>
span { border-color: #261CA2; }
span { border-color: rgb(38,28,162); }
td.TdClassName
{
border-color: #261CA2;
}
.TagClassName
{
border-color: #261CA2;
}
</style>