Shades of Medium Blue #3603BE
Tints of Medium Blue #3603BE
RGB
CMYK
RGB Variations
Color information
#3603BE (or 0x3603BE) is known color: Medium Blue. HEX triplet: 36, 03 and BE. RGB value is (54,3,190). Sum of RGB (Red+Green+Blue) = 54+3+190=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #3603BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3603BE is #C9FC41. Grayscale: #262626. Windows color (decimal): -13237314 or 12452662. OLE color: 12452662.
HSL color Cylindrical-coordinate representation of color #3603BE: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3603BE is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 3 | 190 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.25 |
| HSL | 256.36º | 0.97% | 0.38% | - |
| HSV(B) | 256.36º | 0.98% | 0.75% | - |
| XYZ | 10.85 | 4.57 | 49.02 | - |
| YUV | 39.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 190 | 0.72 | 0.98 | 0 | 0.25 | 256.36 | 0.97 | 0.38 |
| Hex | 36 | 3 | BE | 48 | 62 | 0 | 19 | 100 | 61 | 26 |
| Octal | 66 | 3 | 276 | 110 | 142 | 0 | 31 | 400 | 141 | 46 |
| Binary | 110110 | 11 | 10111110 | 1001000 | 1100010 | 0 | 11001 | 100000000 | 1100001 | 100110 |
Color Harmonies of #3603BE
Complementary color
Monochromatic Colors of #3603BE
Black with #3603BE
Text Example
Text Example
White with #3603BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603BE; }
p { color: rgb(54,3,190); }
H1.HeaderClassName
{
color: #3603BE;
}
.AnyTagClassName
{
color: #3603BE;
}
</style>
background-color css
<style>
a { background-color: #3603BE; }
a { background-color: rgb(54,3,190); }
div.DivClassName
{
background-color: #3603BE;
}
.BgClassName
{
background-color: #3603BE;
}
</style>
border-color css
<style>
span { border-color: #3603BE; }
span { border-color: rgb(54,3,190); }
td.TdClassName
{
border-color: #3603BE;
}
.TagClassName
{
border-color: #3603BE;
}
</style>