Shades of Ultramarine #3800B9
Tints of Ultramarine #3800B9
RGB
CMYK
RGB Variations
Color information
#3800B9 (or 0x3800B9) is known color: Ultramarine. HEX triplet: 38, 00 and B9. RGB value is (56,0,185). Sum of RGB (Red+Green+Blue) = 56+0+185=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 185 (72.66% from 255 or 76.76% from 241); Max value from RGB is 185 - color contains mainly: blue. Hex color #3800B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800B9 is #C7FF46. Grayscale: #252525. Windows color (decimal): -13107015 or 12124216. OLE color: 12124216.
HSL color Cylindrical-coordinate representation of color #3800B9: hue angle of 258.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800B9 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 0 | 185 | - |
| CMYK | 0.70 | 1 | 0 | 0.27 |
| HSL | 258.16º | 1% | 0.36% | - |
| HSV(B) | 258.16º | 1% | 0.73% | - |
| XYZ | 10.39 | 4.34 | 46.19 | - |
| YUV | 37.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 185 | 0.70 | 1 | 0 | 0.27 | 258.16 | 1 | 0.36 |
| Hex | 38 | 0 | B9 | 46 | 64 | 0 | 1B | 102 | 64 | 24 |
| Octal | 70 | 0 | 271 | 106 | 144 | 0 | 33 | 402 | 144 | 44 |
| Binary | 111000 | 0 | 10111001 | 1000110 | 1100100 | 0 | 11011 | 100000010 | 1100100 | 100100 |
Color Harmonies of #3800B9
Complementary color
Monochromatic Colors of #3800B9
Black with #3800B9
Text Example
Text Example
White with #3800B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800B9; }
p { color: rgb(56,0,185); }
H1.HeaderClassName
{
color: #3800B9;
}
.AnyTagClassName
{
color: #3800B9;
}
</style>
background-color css
<style>
a { background-color: #3800B9; }
a { background-color: rgb(56,0,185); }
div.DivClassName
{
background-color: #3800B9;
}
.BgClassName
{
background-color: #3800B9;
}
</style>
border-color css
<style>
span { border-color: #3800B9; }
span { border-color: rgb(56,0,185); }
td.TdClassName
{
border-color: #3800B9;
}
.TagClassName
{
border-color: #3800B9;
}
</style>