Shades of Ultramarine #380CB5
Tints of Ultramarine #380CB5
RGB
CMYK
RGB Variations
Color information
#380CB5 (or 0x380CB5) is known color: Ultramarine. HEX triplet: 38, 0C and B5. RGB value is (56,12,181). Sum of RGB (Red+Green+Blue) = 56+12+181=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #380CB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CB5 is #C7F34A. Grayscale: #2B2B2B. Windows color (decimal): -13103947 or 11865144. OLE color: 11865144.
HSL color Cylindrical-coordinate representation of color #380CB5: hue angle of 255.62º 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 #380CB5 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 12 | 181 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.29 |
| HSL | 255.62º | 0.88% | 0.38% | - |
| HSV(B) | 255.62º | 0.93% | 0.71% | - |
| XYZ | 10.1 | 4.44 | 44.04 | - |
| YUV | 44.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 181 | 0.69 | 0.93 | 0 | 0.29 | 255.62 | 0.88 | 0.38 |
| Hex | 38 | C | B5 | 45 | 5D | 0 | 1D | 100 | 58 | 26 |
| Octal | 70 | 14 | 265 | 105 | 135 | 0 | 35 | 400 | 130 | 46 |
| Binary | 111000 | 1100 | 10110101 | 1000101 | 1011101 | 0 | 11101 | 100000000 | 1011000 | 100110 |
Color Harmonies of #380CB5
Complementary color
Monochromatic Colors of #380CB5
Black with #380CB5
Text Example
Text Example
White with #380CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CB5; }
p { color: rgb(56,12,181); }
H1.HeaderClassName
{
color: #380CB5;
}
.AnyTagClassName
{
color: #380CB5;
}
</style>
background-color css
<style>
a { background-color: #380CB5; }
a { background-color: rgb(56,12,181); }
div.DivClassName
{
background-color: #380CB5;
}
.BgClassName
{
background-color: #380CB5;
}
</style>
border-color css
<style>
span { border-color: #380CB5; }
span { border-color: rgb(56,12,181); }
td.TdClassName
{
border-color: #380CB5;
}
.TagClassName
{
border-color: #380CB5;
}
</style>