Shades of Ultramarine #3802BA
Tints of Ultramarine #3802BA
RGB
CMYK
RGB Variations
Color information
#3802BA (or 0x3802BA) is known color: Ultramarine. HEX triplet: 38, 02 and BA. RGB value is (56,2,186). Sum of RGB (Red+Green+Blue) = 56+2+186=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #3802BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3802BA is #C7FD45. Grayscale: #262626. Windows color (decimal): -13106502 or 12190264. OLE color: 12190264.
HSL color Cylindrical-coordinate representation of color #3802BA: hue angle of 257.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802BA is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 2 | 186 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.27 |
| HSL | 257.61º | 0.98% | 0.37% | - |
| HSV(B) | 257.61º | 0.99% | 0.73% | - |
| XYZ | 10.52 | 4.43 | 46.76 | - |
| YUV | 39.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 186 | 0.70 | 0.99 | 0 | 0.27 | 257.61 | 0.98 | 0.37 |
| Hex | 38 | 2 | BA | 46 | 63 | 0 | 1B | 102 | 62 | 25 |
| Octal | 70 | 2 | 272 | 106 | 143 | 0 | 33 | 402 | 142 | 45 |
| Binary | 111000 | 10 | 10111010 | 1000110 | 1100011 | 0 | 11011 | 100000010 | 1100010 | 100101 |
Color Harmonies of #3802BA
Complementary color
Monochromatic Colors of #3802BA
Black with #3802BA
Text Example
Text Example
White with #3802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802BA; }
p { color: rgb(56,2,186); }
H1.HeaderClassName
{
color: #3802BA;
}
.AnyTagClassName
{
color: #3802BA;
}
</style>
background-color css
<style>
a { background-color: #3802BA; }
a { background-color: rgb(56,2,186); }
div.DivClassName
{
background-color: #3802BA;
}
.BgClassName
{
background-color: #3802BA;
}
</style>
border-color css
<style>
span { border-color: #3802BA; }
span { border-color: rgb(56,2,186); }
td.TdClassName
{
border-color: #3802BA;
}
.TagClassName
{
border-color: #3802BA;
}
</style>