Shades of Ultramarine #380EAF
Tints of Ultramarine #380EAF
RGB
CMYK
RGB Variations
Color information
#380EAF (or 0x380EAF) is known color: Ultramarine. HEX triplet: 38, 0E and AF. RGB value is (56,14,175). Sum of RGB (Red+Green+Blue) = 56+14+175=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #380EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380EAF is #C7F150. Grayscale: #2C2C2C. Windows color (decimal): -13103441 or 11472440. OLE color: 11472440.
HSL color Cylindrical-coordinate representation of color #380EAF: hue angle of 255.65º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380EAF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 14 | 175 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.31 |
| HSL | 255.65º | 0.85% | 0.37% | - |
| HSV(B) | 255.65º | 0.92% | 0.69% | - |
| XYZ | 9.53 | 4.25 | 40.88 | - |
| YUV | 44.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 175 | 0.68 | 0.92 | 0 | 0.31 | 255.65 | 0.85 | 0.37 |
| Hex | 38 | E | AF | 44 | 5C | 0 | 1F | 100 | 55 | 25 |
| Octal | 70 | 16 | 257 | 104 | 134 | 0 | 37 | 400 | 125 | 45 |
| Binary | 111000 | 1110 | 10101111 | 1000100 | 1011100 | 0 | 11111 | 100000000 | 1010101 | 100101 |
Color Harmonies of #380EAF
Complementary color
Monochromatic Colors of #380EAF
Black with #380EAF
Text Example
Text Example
White with #380EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EAF; }
p { color: rgb(56,14,175); }
H1.HeaderClassName
{
color: #380EAF;
}
.AnyTagClassName
{
color: #380EAF;
}
</style>
background-color css
<style>
a { background-color: #380EAF; }
a { background-color: rgb(56,14,175); }
div.DivClassName
{
background-color: #380EAF;
}
.BgClassName
{
background-color: #380EAF;
}
</style>
border-color css
<style>
span { border-color: #380EAF; }
span { border-color: rgb(56,14,175); }
td.TdClassName
{
border-color: #380EAF;
}
.TagClassName
{
border-color: #380EAF;
}
</style>