Shades of Ultramarine #2607AA
Tints of Ultramarine #2607AA
RGB
CMYK
RGB Variations
Color information
#2607AA (or 0x2607AA) is known color: Ultramarine. HEX triplet: 26, 07 and AA. RGB value is (38,7,170). Sum of RGB (Red+Green+Blue) = 38+7+170=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #2607AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2607AA is #D9F855. Grayscale: #222222. Windows color (decimal): -14284886 or 11142950. OLE color: 11142950.
HSL color Cylindrical-coordinate representation of color #2607AA: hue angle of 251.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2607AA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 7 | 170 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.33 |
| HSL | 251.41º | 0.92% | 0.35% | - |
| HSV(B) | 251.41º | 0.96% | 0.67% | - |
| XYZ | 8.13 | 3.47 | 38.27 | - |
| YUV | 34.85 | 204.27 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 170 | 0.78 | 0.96 | 0 | 0.33 | 251.41 | 0.92 | 0.35 |
| Hex | 26 | 7 | AA | 4E | 60 | 0 | 21 | FB | 5C | 23 |
| Octal | 46 | 7 | 252 | 116 | 140 | 0 | 41 | 373 | 134 | 43 |
| Binary | 100110 | 111 | 10101010 | 1001110 | 1100000 | 0 | 100001 | 11111011 | 1011100 | 100011 |
Color Harmonies of #2607AA
Complementary color
Monochromatic Colors of #2607AA
Black with #2607AA
Text Example
Text Example
White with #2607AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607AA; }
p { color: rgb(38,7,170); }
H1.HeaderClassName
{
color: #2607AA;
}
.AnyTagClassName
{
color: #2607AA;
}
</style>
background-color css
<style>
a { background-color: #2607AA; }
a { background-color: rgb(38,7,170); }
div.DivClassName
{
background-color: #2607AA;
}
.BgClassName
{
background-color: #2607AA;
}
</style>
border-color css
<style>
span { border-color: #2607AA; }
span { border-color: rgb(38,7,170); }
td.TdClassName
{
border-color: #2607AA;
}
.TagClassName
{
border-color: #2607AA;
}
</style>