Shades of Medium Blue #3800BD
Tints of Medium Blue #3800BD
RGB
CMYK
RGB Variations
Color information
#3800BD (or 0x3800BD) is known color: Medium Blue. HEX triplet: 38, 00 and BD. RGB value is (56,0,189). Sum of RGB (Red+Green+Blue) = 56+0+189=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3800BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800BD is #C7FF42. Grayscale: #252525. Windows color (decimal): -13107011 or 12386360. OLE color: 12386360.
HSL color Cylindrical-coordinate representation of color #3800BD: hue angle of 257.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800BD is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 0 | 189 | - |
| CMYK | 0.70 | 1 | 0 | 0.26 |
| HSL | 257.78º | 1% | 0.37% | - |
| HSV(B) | 257.78º | 1% | 0.74% | - |
| XYZ | 10.82 | 4.51 | 48.45 | - |
| YUV | 38.29 | 213.05 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 189 | 0.70 | 1 | 0 | 0.26 | 257.78 | 1 | 0.37 |
| Hex | 38 | 0 | BD | 46 | 64 | 0 | 1A | 102 | 64 | 25 |
| Octal | 70 | 0 | 275 | 106 | 144 | 0 | 32 | 402 | 144 | 45 |
| Binary | 111000 | 0 | 10111101 | 1000110 | 1100100 | 0 | 11010 | 100000010 | 1100100 | 100101 |
Color Harmonies of #3800BD
Complementary color
Monochromatic Colors of #3800BD
Black with #3800BD
Text Example
Text Example
White with #3800BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800BD; }
p { color: rgb(56,0,189); }
H1.HeaderClassName
{
color: #3800BD;
}
.AnyTagClassName
{
color: #3800BD;
}
</style>
background-color css
<style>
a { background-color: #3800BD; }
a { background-color: rgb(56,0,189); }
div.DivClassName
{
background-color: #3800BD;
}
.BgClassName
{
background-color: #3800BD;
}
</style>
border-color css
<style>
span { border-color: #3800BD; }
span { border-color: rgb(56,0,189); }
td.TdClassName
{
border-color: #3800BD;
}
.TagClassName
{
border-color: #3800BD;
}
</style>