Shades of Medium Blue #3607BE
Tints of Medium Blue #3607BE
RGB
CMYK
RGB Variations
Color information
#3607BE (or 0x3607BE) is known color: Medium Blue. HEX triplet: 36, 07 and BE. RGB value is (54,7,190). Sum of RGB (Red+Green+Blue) = 54+7+190=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #3607BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3607BE is #C9F841. Grayscale: #292929. Windows color (decimal): -13236290 or 12453686. OLE color: 12453686.
HSL color Cylindrical-coordinate representation of color #3607BE: hue angle of 255.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3607BE is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 7 | 190 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.25 |
| HSL | 255.41º | 0.93% | 0.39% | - |
| HSV(B) | 255.41º | 0.96% | 0.75% | - |
| XYZ | 10.89 | 4.65 | 49.04 | - |
| YUV | 41.92 | 211.57 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 190 | 0.72 | 0.96 | 0 | 0.25 | 255.41 | 0.93 | 0.39 |
| Hex | 36 | 7 | BE | 48 | 60 | 0 | 19 | FF | 5D | 27 |
| Octal | 66 | 7 | 276 | 110 | 140 | 0 | 31 | 377 | 135 | 47 |
| Binary | 110110 | 111 | 10111110 | 1001000 | 1100000 | 0 | 11001 | 11111111 | 1011101 | 100111 |
Color Harmonies of #3607BE
Complementary color
Monochromatic Colors of #3607BE
Black with #3607BE
Text Example
Text Example
White with #3607BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3607BE; }
p { color: rgb(54,7,190); }
H1.HeaderClassName
{
color: #3607BE;
}
.AnyTagClassName
{
color: #3607BE;
}
</style>
background-color css
<style>
a { background-color: #3607BE; }
a { background-color: rgb(54,7,190); }
div.DivClassName
{
background-color: #3607BE;
}
.BgClassName
{
background-color: #3607BE;
}
</style>
border-color css
<style>
span { border-color: #3607BE; }
span { border-color: rgb(54,7,190); }
td.TdClassName
{
border-color: #3607BE;
}
.TagClassName
{
border-color: #3607BE;
}
</style>