Shades of Ultramarine #380BAF
Tints of Ultramarine #380BAF
RGB
CMYK
RGB Variations
Color information
#380BAF (or 0x380BAF) is known color: Ultramarine. HEX triplet: 38, 0B and AF. RGB value is (56,11,175). Sum of RGB (Red+Green+Blue) = 56+11+175=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #380BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAF is #C7F450. Grayscale: #2A2A2A. Windows color (decimal): -13104209 or 11471672. OLE color: 11471672.
HSL color Cylindrical-coordinate representation of color #380BAF: hue angle of 256.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BAF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 11 | 175 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.31 |
| HSL | 256.46º | 0.88% | 0.36% | - |
| HSV(B) | 256.46º | 0.94% | 0.69% | - |
| XYZ | 9.49 | 4.18 | 40.86 | - |
| YUV | 43.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 175 | 0.68 | 0.94 | 0 | 0.31 | 256.46 | 0.88 | 0.36 |
| Hex | 38 | B | AF | 44 | 5E | 0 | 1F | 100 | 58 | 24 |
| Octal | 70 | 13 | 257 | 104 | 136 | 0 | 37 | 400 | 130 | 44 |
| Binary | 111000 | 1011 | 10101111 | 1000100 | 1011110 | 0 | 11111 | 100000000 | 1011000 | 100100 |
Color Harmonies of #380BAF
Complementary color
Monochromatic Colors of #380BAF
Black with #380BAF
Text Example
Text Example
White with #380BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BAF; }
p { color: rgb(56,11,175); }
H1.HeaderClassName
{
color: #380BAF;
}
.AnyTagClassName
{
color: #380BAF;
}
</style>
background-color css
<style>
a { background-color: #380BAF; }
a { background-color: rgb(56,11,175); }
div.DivClassName
{
background-color: #380BAF;
}
.BgClassName
{
background-color: #380BAF;
}
</style>
border-color css
<style>
span { border-color: #380BAF; }
span { border-color: rgb(56,11,175); }
td.TdClassName
{
border-color: #380BAF;
}
.TagClassName
{
border-color: #380BAF;
}
</style>