Shades of Ultramarine #380FAD
Tints of Ultramarine #380FAD
RGB
CMYK
RGB Variations
Color information
#380FAD (or 0x380FAD) is known color: Ultramarine. HEX triplet: 38, 0F and AD. RGB value is (56,15,173). Sum of RGB (Red+Green+Blue) = 56+15+173=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #380FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380FAD is #C7F052. Grayscale: #2C2C2C. Windows color (decimal): -13103187 or 11341624. OLE color: 11341624.
HSL color Cylindrical-coordinate representation of color #380FAD: hue angle of 255.57º 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 #380FAD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 15 | 173 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.32 |
| HSL | 255.57º | 0.84% | 0.37% | - |
| HSV(B) | 255.57º | 0.91% | 0.68% | - |
| XYZ | 9.34 | 4.2 | 39.85 | - |
| YUV | 45.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 173 | 0.68 | 0.91 | 0 | 0.32 | 255.57 | 0.84 | 0.37 |
| Hex | 38 | F | AD | 44 | 5B | 0 | 20 | 100 | 54 | 25 |
| Octal | 70 | 17 | 255 | 104 | 133 | 0 | 40 | 400 | 124 | 45 |
| Binary | 111000 | 1111 | 10101101 | 1000100 | 1011011 | 0 | 100000 | 100000000 | 1010100 | 100101 |
Color Harmonies of #380FAD
Complementary color
Monochromatic Colors of #380FAD
Black with #380FAD
Text Example
Text Example
White with #380FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FAD; }
p { color: rgb(56,15,173); }
H1.HeaderClassName
{
color: #380FAD;
}
.AnyTagClassName
{
color: #380FAD;
}
</style>
background-color css
<style>
a { background-color: #380FAD; }
a { background-color: rgb(56,15,173); }
div.DivClassName
{
background-color: #380FAD;
}
.BgClassName
{
background-color: #380FAD;
}
</style>
border-color css
<style>
span { border-color: #380FAD; }
span { border-color: rgb(56,15,173); }
td.TdClassName
{
border-color: #380FAD;
}
.TagClassName
{
border-color: #380FAD;
}
</style>