Shades of Ultramarine #380CB4
Tints of Ultramarine #380CB4
RGB
CMYK
RGB Variations
Color information
#380CB4 (or 0x380CB4) is known color: Ultramarine. HEX triplet: 38, 0C and B4. RGB value is (56,12,180). Sum of RGB (Red+Green+Blue) = 56+12+180=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #380CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CB4 is #C7F34B. Grayscale: #2B2B2B. Windows color (decimal): -13103948 or 11799608. OLE color: 11799608.
HSL color Cylindrical-coordinate representation of color #380CB4: hue angle of 255.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380CB4 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 12 | 180 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.29 |
| HSL | 255.71º | 0.88% | 0.38% | - |
| HSV(B) | 255.71º | 0.93% | 0.71% | - |
| XYZ | 10 | 4.4 | 43.5 | - |
| YUV | 44.31 | 204.58 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 180 | 0.69 | 0.93 | 0 | 0.29 | 255.71 | 0.88 | 0.38 |
| Hex | 38 | C | B4 | 45 | 5D | 0 | 1D | 100 | 58 | 26 |
| Octal | 70 | 14 | 264 | 105 | 135 | 0 | 35 | 400 | 130 | 46 |
| Binary | 111000 | 1100 | 10110100 | 1000101 | 1011101 | 0 | 11101 | 100000000 | 1011000 | 100110 |
Color Harmonies of #380CB4
Complementary color
Monochromatic Colors of #380CB4
Black with #380CB4
Text Example
Text Example
White with #380CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CB4; }
p { color: rgb(56,12,180); }
H1.HeaderClassName
{
color: #380CB4;
}
.AnyTagClassName
{
color: #380CB4;
}
</style>
background-color css
<style>
a { background-color: #380CB4; }
a { background-color: rgb(56,12,180); }
div.DivClassName
{
background-color: #380CB4;
}
.BgClassName
{
background-color: #380CB4;
}
</style>
border-color css
<style>
span { border-color: #380CB4; }
span { border-color: rgb(56,12,180); }
td.TdClassName
{
border-color: #380CB4;
}
.TagClassName
{
border-color: #380CB4;
}
</style>