Shades of Ultramarine #3803BA
Tints of Ultramarine #3803BA
RGB
CMYK
RGB Variations
Color information
#3803BA (or 0x3803BA) is known color: Ultramarine. HEX triplet: 38, 03 and BA. RGB value is (56,3,186). Sum of RGB (Red+Green+Blue) = 56+3+186=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3803BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3803BA is #C7FC45. Grayscale: #272727. Windows color (decimal): -13106246 or 12190520. OLE color: 12190520.
HSL color Cylindrical-coordinate representation of color #3803BA: hue angle of 257.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3803BA is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 3 | 186 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.27 |
| HSL | 257.38º | 0.97% | 0.37% | - |
| HSV(B) | 257.38º | 0.98% | 0.73% | - |
| XYZ | 10.53 | 4.45 | 46.76 | - |
| YUV | 39.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 186 | 0.70 | 0.98 | 0 | 0.27 | 257.38 | 0.97 | 0.37 |
| Hex | 38 | 3 | BA | 46 | 62 | 0 | 1B | 101 | 61 | 25 |
| Octal | 70 | 3 | 272 | 106 | 142 | 0 | 33 | 401 | 141 | 45 |
| Binary | 111000 | 11 | 10111010 | 1000110 | 1100010 | 0 | 11011 | 100000001 | 1100001 | 100101 |
Color Harmonies of #3803BA
Complementary color
Monochromatic Colors of #3803BA
Black with #3803BA
Text Example
Text Example
White with #3803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3803BA; }
p { color: rgb(56,3,186); }
H1.HeaderClassName
{
color: #3803BA;
}
.AnyTagClassName
{
color: #3803BA;
}
</style>
background-color css
<style>
a { background-color: #3803BA; }
a { background-color: rgb(56,3,186); }
div.DivClassName
{
background-color: #3803BA;
}
.BgClassName
{
background-color: #3803BA;
}
</style>
border-color css
<style>
span { border-color: #3803BA; }
span { border-color: rgb(56,3,186); }
td.TdClassName
{
border-color: #3803BA;
}
.TagClassName
{
border-color: #3803BA;
}
</style>