Shades of Medium Blue #3702BD
Tints of Medium Blue #3702BD
RGB
CMYK
RGB Variations
Color information
#3702BD (or 0x3702BD) is known color: Medium Blue. HEX triplet: 37, 02 and BD. RGB value is (55,2,189). Sum of RGB (Red+Green+Blue) = 55+2+189=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #3702BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702BD is #C8FD42. Grayscale: #262626. Windows color (decimal): -13172035 or 12386871. OLE color: 12386871.
HSL color Cylindrical-coordinate representation of color #3702BD: hue angle of 257.01º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702BD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 2 | 189 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.26 |
| HSL | 257.01º | 0.98% | 0.37% | - |
| HSV(B) | 257.01º | 0.99% | 0.74% | - |
| XYZ | 10.78 | 4.53 | 48.45 | - |
| YUV | 39.17 | 212.56 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 189 | 0.71 | 0.99 | 0 | 0.26 | 257.01 | 0.98 | 0.37 |
| Hex | 37 | 2 | BD | 47 | 63 | 0 | 1A | 101 | 62 | 25 |
| Octal | 67 | 2 | 275 | 107 | 143 | 0 | 32 | 401 | 142 | 45 |
| Binary | 110111 | 10 | 10111101 | 1000111 | 1100011 | 0 | 11010 | 100000001 | 1100010 | 100101 |
Color Harmonies of #3702BD
Complementary color
Monochromatic Colors of #3702BD
Black with #3702BD
Text Example
Text Example
White with #3702BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702BD; }
p { color: rgb(55,2,189); }
H1.HeaderClassName
{
color: #3702BD;
}
.AnyTagClassName
{
color: #3702BD;
}
</style>
background-color css
<style>
a { background-color: #3702BD; }
a { background-color: rgb(55,2,189); }
div.DivClassName
{
background-color: #3702BD;
}
.BgClassName
{
background-color: #3702BD;
}
</style>
border-color css
<style>
span { border-color: #3702BD; }
span { border-color: rgb(55,2,189); }
td.TdClassName
{
border-color: #3702BD;
}
.TagClassName
{
border-color: #3702BD;
}
</style>