Shades of Ultramarine #380FAE
Tints of Ultramarine #380FAE
RGB
CMYK
RGB Variations
Color information
#380FAE (or 0x380FAE) is known color: Ultramarine. HEX triplet: 38, 0F and AE. RGB value is (56,15,174). Sum of RGB (Red+Green+Blue) = 56+15+174=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #380FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380FAE is #C7F051. Grayscale: #2C2C2C. Windows color (decimal): -13103186 or 11407160. OLE color: 11407160.
HSL color Cylindrical-coordinate representation of color #380FAE: hue angle of 255.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380FAE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 15 | 174 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.32 |
| HSL | 255.47º | 0.84% | 0.37% | - |
| HSV(B) | 255.47º | 0.91% | 0.68% | - |
| XYZ | 9.44 | 4.24 | 40.36 | - |
| YUV | 45.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 174 | 0.68 | 0.91 | 0 | 0.32 | 255.47 | 0.84 | 0.37 |
| Hex | 38 | F | AE | 44 | 5B | 0 | 20 | FF | 54 | 25 |
| Octal | 70 | 17 | 256 | 104 | 133 | 0 | 40 | 377 | 124 | 45 |
| Binary | 111000 | 1111 | 10101110 | 1000100 | 1011011 | 0 | 100000 | 11111111 | 1010100 | 100101 |
Color Harmonies of #380FAE
Complementary color
Monochromatic Colors of #380FAE
Black with #380FAE
Text Example
Text Example
White with #380FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FAE; }
p { color: rgb(56,15,174); }
H1.HeaderClassName
{
color: #380FAE;
}
.AnyTagClassName
{
color: #380FAE;
}
</style>
background-color css
<style>
a { background-color: #380FAE; }
a { background-color: rgb(56,15,174); }
div.DivClassName
{
background-color: #380FAE;
}
.BgClassName
{
background-color: #380FAE;
}
</style>
border-color css
<style>
span { border-color: #380FAE; }
span { border-color: rgb(56,15,174); }
td.TdClassName
{
border-color: #380FAE;
}
.TagClassName
{
border-color: #380FAE;
}
</style>