Shades of Ultramarine #380AB7
Tints of Ultramarine #380AB7
RGB
CMYK
RGB Variations
Color information
#380AB7 (or 0x380AB7) is known color: Ultramarine. HEX triplet: 38, 0A and B7. RGB value is (56,10,183). Sum of RGB (Red+Green+Blue) = 56+10+183=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #380AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AB7 is #C7F548. Grayscale: #2A2A2A. Windows color (decimal): -13104457 or 11995704. OLE color: 11995704.
HSL color Cylindrical-coordinate representation of color #380AB7: hue angle of 255.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380AB7 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 10 | 183 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.28 |
| HSL | 255.95º | 0.9% | 0.38% | - |
| HSV(B) | 255.95º | 0.95% | 0.72% | - |
| XYZ | 10.29 | 4.48 | 45.12 | - |
| YUV | 43.48 | 206.74 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 183 | 0.69 | 0.95 | 0 | 0.28 | 255.95 | 0.9 | 0.38 |
| Hex | 38 | A | B7 | 45 | 5F | 0 | 1C | 100 | 5A | 26 |
| Octal | 70 | 12 | 267 | 105 | 137 | 0 | 34 | 400 | 132 | 46 |
| Binary | 111000 | 1010 | 10110111 | 1000101 | 1011111 | 0 | 11100 | 100000000 | 1011010 | 100110 |
Color Harmonies of #380AB7
Complementary color
Monochromatic Colors of #380AB7
Black with #380AB7
Text Example
Text Example
White with #380AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380AB7; }
p { color: rgb(56,10,183); }
H1.HeaderClassName
{
color: #380AB7;
}
.AnyTagClassName
{
color: #380AB7;
}
</style>
background-color css
<style>
a { background-color: #380AB7; }
a { background-color: rgb(56,10,183); }
div.DivClassName
{
background-color: #380AB7;
}
.BgClassName
{
background-color: #380AB7;
}
</style>
border-color css
<style>
span { border-color: #380AB7; }
span { border-color: rgb(56,10,183); }
td.TdClassName
{
border-color: #380AB7;
}
.TagClassName
{
border-color: #380AB7;
}
</style>